reduce tab size in code blocks from 8 to 2
This commit is contained in:
3
dist/theme/simple.css
vendored
3
dist/theme/simple.css
vendored
@ -190,7 +190,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
|
||||
|
||||
.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