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 {
|
body {
|
||||||
color: #fff;
|
color: #dadada;
|
||||||
background: #101213;
|
background: #202020;
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
max-width: 100em;
|
max-width: 90vw;
|
||||||
padding: 0 .62em;
|
padding: 0 .62em;
|
||||||
font: 1.0em/1.35 sans-serif
|
font: 1.0em/1.35 sans-serif
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@ wrap {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|
Loading…
Reference in a new issue