From 0a96f2bd180cf6a1aa2a5f5bf8ebfe923aa1e85d Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Tue, 29 Aug 2023 19:08:33 -0500 Subject: Brighten main background color --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index cd39bf3..570b720 100644 --- a/static/style.css +++ b/static/style.css @@ -59,7 +59,7 @@ body { background-repeat: no-repeat; background-attachment: fixed; background-position: top center; */ - background-color: rgb(101, 133, 117); + background-color: rgb(53, 130, 91); /*101,133,117*/ font-family: 'DejaVu Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } -- cgit v1.2.3