Skip to content

Commit

Permalink
adjust colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Mar 13, 2021
1 parent a6b0aae commit 88dbc26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/frame.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
@import index, font, basic, layout, classes

html
background: lighten($dark, 30%)
background: lighten($dark, 70%)
padding: 0 calc(38% - 21em)

body
box-shadow: 0 0 .3em lighten($dark, 65%)

body > header, body > footer
background: lighten($dark, 4%)
background: lighten($dark, 5%)
color: $light

@media (min-width: 32em)
Expand Down

0 comments on commit 88dbc26

Please sign in to comment.