mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-08 21:50:48 +02:00
reduce tab size in code blocks from 8 to 2
This commit is contained in:
3
dist/theme/white.css
vendored
3
dist/theme/white.css
vendored
@@ -187,7 +187,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