Skip to content

Commit

Permalink
fix: supplement changes to background-color in dark theme, fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
Keldos-Li committed Feb 15, 2023
1 parent a41b853 commit 136268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
/* counter-reset: tableHead 0 imgHead 0; */
@if $theme == "dark" {
color: #dddddd;
background-color: #282828;
background-color: #1e1e1e;
}
}

Expand Down

0 comments on commit 136268c

Please sign in to comment.