Skip to content

Commit

Permalink
add default colors for dark-themed browsers (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
532910 authored and stapelberg committed Oct 14, 2019
1 parent 73b1bc5 commit edd69f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/style.css
Expand Up @@ -19,6 +19,8 @@
}

body {
color: #000;
background-color: white;
font-family: 'Roboto', sans-serif;
font-size: 100%;
line-height: 1.2;
Expand Down

0 comments on commit edd69f4

Please sign in to comment.