Skip to content

Commit

Permalink
Update frame.sass
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasbuschmann authored Feb 7, 2024
1 parent 8fbf024 commit 15f51b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/css/frame.sass
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ body > header, body > footer
padding: 1.75em calc(22% - 6em)

@media (prefers-color-scheme: dark)
html
background: darken($dark, 4%)
body > header, body > footer
background: $dark
body, body > header, body > footer
box-shadow: 0 0 0 1px lighten($dark, 8%)
html, body > header, body > footer
background: $dark

0 comments on commit 15f51b5

Please sign in to comment.