diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-08-29 19:08:33 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:58 -0400 |
commit | 0a96f2bd180cf6a1aa2a5f5bf8ebfe923aa1e85d (patch) | |
tree | 75ea2bbf9267b2a64eef1f066dc82c1fc25aa4af /static | |
parent | df8ef4ab93feb04c002a60631655679c27e9ae25 (diff) |
Brighten main background color
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |