Skip to content

Commit

Permalink
better dark mode tinting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtran-code committed Jun 28, 2023
1 parent aca3159 commit 6869481
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ body {
}

@media (prefers-color-scheme: dark) {
body {
background: url("../assets/bg/sepia-background.jpg") bottom/100% fixed no-repeat #423F39;
}

/* dark mode tint */
body::before {
html::before {
content: "";
position: fixed;
top: 0;
Expand Down

0 comments on commit 6869481

Please sign in to comment.