Skip to content

Commit

Permalink
fix: make color in dark mode less dazzling
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Feb 16, 2020
1 parent d2ea8c0 commit 262ddb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions assets/scss/_variables/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
@include defineColorHSL(--color-contrast-lower, 240, 6%, 19%);
@include defineColorHSL(--color-contrast-low, 240, 3%, 27%);
@include defineColorHSL(--color-contrast-medium, 240, 1%, 57%);
@include defineColorHSL(--color-contrast-high, 0, 0%, 89%);
@include defineColorHSL(--color-contrast-higher, 0, 0%, 100%);
}
@include defineColorHSL(--color-contrast-high, 0, 0%, 75%);
@include defineColorHSL(--color-contrast-higher, 0, 0%, 90%);
}

0 comments on commit 262ddb1

Please sign in to comment.