Skip to content

Commit

Permalink
fix(md-enhance): fix slide style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 12, 2022
1 parent 3546010 commit 808b042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@import "template/theme";

// variable edit
$background-colorr: #191919;
$background-color: #191919;
$main-color: #fff;
$heading-color: #fff;
$main-font-size: 42px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $heading-font: "Quicksand", sans-serif;
$heading-color: #333;
$heading-letter-spacing: -0.08em;
$heading-text-shadow: none;
$background-colorr: #f7fbfc;
$background-color: #f7fbfc;
$link-color: #3b759e;
$link-color-hover: color.scale($link-color, $lightness: 20%);
$selection-background-color: #134674;
Expand Down

0 comments on commit 808b042

Please sign in to comment.