Skip to content

Commit

Permalink
Configure custom properties for revealjs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hueypark committed Aug 18, 2024
1 parent 75482bb commit 9eb3bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/revealjs/dist/theme/black.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ section.has-light-background, section.has-light-background h1, section.has-light
:root {
--r-background-color: #191919;
--r-main-font: Source Sans Pro, Helvetica, sans-serif;
--r-main-font-size: 42px;
--r-main-font-size: 36px;
--r-main-color: #fff;
--r-block-margin: 20px;
--r-heading-margin: 0 0 20px 0;
--r-heading-font: Source Sans Pro, Helvetica, sans-serif;
--r-heading-color: #fff;
--r-heading-line-height: 1.2;
--r-heading-letter-spacing: normal;
--r-heading-text-transform: uppercase;
--r-heading-text-transform: none;
--r-heading-text-shadow: none;
--r-heading-font-weight: 600;
--r-heading1-text-shadow: none;
Expand Down

0 comments on commit 9eb3bd4

Please sign in to comment.