reduce tab size in code blocks from 8 to 2
parent
95592293ae
commit
1de653a95a
|
@ -185,6 +185,7 @@
|
|||
.reveal code {
|
||||
font-family: $codeFont;
|
||||
text-transform: none;
|
||||
tab-size: 2;
|
||||
}
|
||||
|
||||
.reveal pre code {
|
||||
|
|
|
@ -194,7 +194,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;
|
||||
|
|
|
@ -187,7 +187,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;
|
||||
|
|
|
@ -193,7 +193,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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -188,7 +188,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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -197,7 +197,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;
|
||||
|
|
|
@ -191,7 +191,8 @@ html * {
|
|||
|
||||
.reveal code {
|
||||
font-family: monospace;
|
||||
text-transform: none; }
|
||||
text-transform: none;
|
||||
tab-size: 2; }
|
||||
|
||||
.reveal pre code {
|
||||
display: block;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue