Skip to content

Commit

Permalink
del excess
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 22, 2023
1 parent b5c4679 commit 488e60e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions v4/assets/sass/_dk-no-js.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$dk-base-color: "#1d1f38";
$dk-header-text-color: "$dkPage-background-color";
.js {
.no-js-message {
display: none;
Expand Down
1 change: 0 additions & 1 deletion v4/assets/sass/dk-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ $footer-headline-color: {{ .Param "footerHeadlineColor" | default "#444" }};
// Dark mode
$dk-page-background-color: {{ .Param "dkPageBackgroundolor" | default "invert($page-background-color)" }};
$dk-base-color: {{ .Param "dkBaseColor" | default "$base-color" }};
// $dk-base-color: "#555";
$dk-special-color: {{ .Param "dkSpecialColor" | default "$special-color" }};
$dk-highlight-color: {{ .Param "dkHighlightColor" | default "saturate($highlight-color,20)" }};
$dk-text-color: {{ .Param "dkTextColor" | default "darken(invert($text-color),20)" }};
Expand Down

0 comments on commit 488e60e

Please sign in to comment.