Update CSS - less contrast (but still enough)
This commit is contained in:
parent
7d6e54cdb7
commit
711ecbd248
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
body {
|
||||
color: #fff;
|
||||
background: #101213;
|
||||
color: #dadada;
|
||||
background: #202020;
|
||||
margin: 1em auto;
|
||||
max-width: 100em;
|
||||
max-width: 90vw;
|
||||
padding: 0 .62em;
|
||||
font: 1.0em/1.35 sans-serif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue