Skip to content

Commit

Permalink
fix(md-enhance): fix reveal style, close #4335
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Aug 22, 2024
1 parent 102636a commit fe71ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $default-variables: meta.module-variables("vars");
$overlay-element-bg-color: map.get($variables, "overlay-element-bg-color");
$overlay-element-fg-color: map.get($variables, "overlay-element-fg-color");

.revealhtml[data-theme="#{$theme}"] {
.reveal[data-theme="#{$theme}"] {
--r-background-color: #{$background-color};
--r-main-font: #{$main-font};
--r-main-font-size: #{$main-font-size};
Expand Down

0 comments on commit fe71ad0

Please sign in to comment.