Skip to content

Commit

Permalink
fix(style): make the bg-color of dark mode darker
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Apr 3, 2020
1 parent c0e0927 commit 676fee1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/scss/themes/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[data-theme="dark"] {
@include defineColorHSL(--color-primary, $primaryColorDarkH, $primaryColorDarkS, $primaryColorDarkL);
@include defineColorHSL(--color-bg, 231, 15%, 18%);
@include defineColorHSL(--color-bg, 231, 14%, 10%);
@include defineColorHSL(--color-contrast-lower, 231, 12%, 21%);
@include defineColorHSL(--color-contrast-low, 235, 7%, 30%);
@include defineColorHSL(--color-contrast-medium, 240, 2%, 58%);
@include defineColorHSL(--color-contrast-high, 75, 6%, 87%);
@include defineColorHSL(--color-contrast-higher, 60, 15%, 90%);
@include defineColorHSL(--color-contrast-higher, 60, 14%, 90%);
}

0 comments on commit 676fee1

Please sign in to comment.