scoped titlebar styling to figcaptions under figures with role="code", added an example for overriding a style in sass/custom/styles.scss
parent
790521a44b
commit
4dfc5c1d67
@ -1,2 +1,7 @@
|
|||||||
// This File is imported last, and will override other styles in the cascade
|
// This File is imported last, and will override other styles in the cascade
|
||||||
// Add styles here to make changes without digging in too much
|
// Add styles here to make changes without digging in too much
|
||||||
|
|
||||||
|
// For example if you want indented lists on all screen sizes uncomment the following lines
|
||||||
|
// #content article {
|
||||||
|
// ul, ol { margin-left: 1.4em; }
|
||||||
|
// }
|
||||||
|
Loading…
Reference in New Issue