From 7e5e0e62842fdf56dc6908c9d48da79d6c3a98e3 Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 16 Jul 2023 16:40:58 -0500 Subject: [PATCH] Update text CSS --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a969370..b51000f 100755 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ @media{ - body {color:#eee;background:#060606} + body {color:#fff;background:#101213} a:link {color:#80c47b} a:hover, a:visited:hover {color:#6bb794} a:visited {color:#80c47b}