From 173516af89e06929f907bd74c5f32c7ade953da9 Mon Sep 17 00:00:00 2001 From: Soper Date: Thu, 8 Jul 2021 23:35:24 -0400 Subject: [PATCH] changing font colors --- static/css/uguu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/uguu.css b/static/css/uguu.css index 93c7fd3..c9a2d32 100644 --- a/static/css/uguu.css +++ b/static/css/uguu.css @@ -39,7 +39,7 @@ body { background-image: url('grill.php'), url('img/bg.png'); background-position: 85% 100%, top left; background-repeat: no-repeat, repeat; - color: #333; + color: #f7f7f7; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; height: 100%;