From f53d94321a394ca546e50825c12271a80ccc76e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:45:37 +0000 Subject: Update default.css --- css/default.css | 11 ++++++----- 1 file 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; } -- cgit v1.2.3