Skip to content

Commit

Permalink
Fix body bg
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 3, 2023
1 parent b5e6cab commit 2155c5f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ body {
background-color: var(--template-bg-dark-5);
}

@if $enable-dark-mode {
@include color-mode(dark) {
&.admin {
background-color: var(--template-bg-dark-90);
}
}
}

&.monochrome {
filter: grayscale(1);
&::after {
Expand Down

0 comments on commit 2155c5f

Please sign in to comment.