Merge pull request #196 from nonmakina/fontFix
Improves readibility of text
This commit is contained in:
commit
53769d8f3a
|
@ -5,8 +5,8 @@
|
||||||
body {
|
body {
|
||||||
background: #1E1E1E;
|
background: #1E1E1E;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-family: sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.quote {
|
.quote {
|
||||||
color:#B8D962;
|
color:#B8D962;
|
||||||
|
|
Loading…
Reference in New Issue