From 9f0ece68c91b8a11071725d03d164405f45e6b28 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Sat, 17 Aug 2019 23:57:48 -0700 Subject: [PATCH] better contrast in text --- style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/style.css b/style.css index 9aee956..a5df455 100644 --- a/style.css +++ b/style.css @@ -3,14 +3,9 @@ src: url('/fonts/FSEX300.ttf'); } body { - color: #777; font-family: 'Fixedsys'; } -body { - color: #777; -} - a { text-decoration: none; }