mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-03 07:08:02 +00:00
Add custom stylesheet for content image border
This commit is contained in:
1
courses/stylesheets/custom.css
Normal file
1
courses/stylesheets/custom.css
Normal file
@@ -0,0 +1 @@
|
||||
div.md-content img { border: 4px solid #ddd; padding: 12px; }
|
||||
@@ -5,6 +5,8 @@ theme:
|
||||
logo: img/sos.png
|
||||
favicon: img/favicon.ico
|
||||
custom_dir: overrides
|
||||
extra_css:
|
||||
- stylesheets/custom.css
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Fundamentals Series:
|
||||
|
||||
Reference in New Issue
Block a user