reduce tab size in code blocks from 8 to 2
This commit is contained in:
3
dist/theme/league.css
vendored
3
dist/theme/league.css
vendored
@@ -196,7 +196,8 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
||||
|
||||
.reveal code {
|
||||
font-family: monospace;
|
||||
text-transform: none; }
|
||||
text-transform: none;
|
||||
tab-size: 2; }
|
||||
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user