File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
src/resources/formats/revealjs Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ $font-family-monospace-inline: $font-family-monospace !default;
2222$link-weight : $font-weight-base !default ;
2323$link-color-bg : transparent !default ;
2424$link-decoration : inherit !default ;
25+ $font-weight-monospace : $font-weight-base !default ;
26+ $font-weight-monospace-block : $font-weight-monospace !default ;
27+ $font-weight-monospace-inline : $font-weight-monospace !default ;
28+ $code-inline-font-size : $code-font-size !default ;
2529
2630// main colors
2731$body-bg : #fff !default ;
@@ -125,14 +129,6 @@ $kbd-font-size: $presentation-font-size-root !default;
125129$kbd-color : $body-color !default ;
126130$kbd-bg : $gray-100 !default ; // like in bootstrap style
127131
128- // variables required by _brand.yml
129- $font-family-monospace-block : $font-family-monospace !default ;
130- $font-family-monospace-inline : $font-family-monospace !default ;
131- $font-weight-monospace : $font-weight-base !default ;
132- $font-weight-monospace-block : $font-weight-monospace !default ;
133- $font-weight-monospace-inline : $font-weight-monospace !default ;
134- $code-inline-font-size : $code-font-size !default ;
135-
136132// --- derive reveal versions of presentation variables for finer-grained override ---
137133
138134$revealjs-font-size-root : $presentation-font-size-root !default ;
You can’t perform that action at this time.
0 commit comments