Skip to content

Commit

Permalink
revert color change
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann authored and Niklas Buschmann committed Jan 10, 2021
1 parent 8d6c61c commit 15aa76b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/frame.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body
box-shadow: 0 0 0 1px rgba(lighten($dark, 25%), 0.3)

body > header, body > footer
background: $dark
background: lighten($dark, 4%)
color: $light
box-shadow: 0 1px rgba($light, 0.08), 0 -1px rgba($light, 0.08)

Expand All @@ -23,5 +23,5 @@ body > header, body > article, body > footer
padding: 1.65em calc(20% - 4em)

@media (prefers-color-scheme: dark)
html
background: darken($dark, 2%)
html, body > header, body > footer
background: $dark

0 comments on commit 15aa76b

Please sign in to comment.