diff options
-rw-r--r-- | css/default.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/css/default.css b/css/default.css index 8323277..0661f12 100644 --- a/css/default.css +++ b/css/default.css @@ -1,10 +1,11 @@ html, body { -@font-face { + font-size: 16px; font-family: truetype; - src: url("../fonts/iosevka-term-thin.ttf") format('truetype'); - font-weight: normal; - font-style: normal; + background: #000000; + color: #00FF66; + line-height: 1.25; } + a { color: #ACFFBD; text-decoration: none; @@ -30,5 +31,5 @@ footer { #block { margin: auto; - max-width: 720px; + max-width: 640px; } |