Skip to content

Commit e27fcd8

Browse files
committed
Move variable related to brand.yml together
and remove duplicate from previous PR
1 parent fc73e89 commit e27fcd8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)