1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 02:32:54 +02:00

reduce tab size in code blocks from 8 to 2

This commit is contained in:
Hakim El Hattab
2021-02-04 14:17:27 +01:00
parent 95592293ae
commit 1de653a95a
12 changed files with 23 additions and 11 deletions

3
dist/theme/moon.css vendored
View File

@@ -194,7 +194,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;