diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-08-29 19:27:00 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:58 -0400 |
commit | a45e62b5d570970d1e4811d01fefe22274f98f7a (patch) | |
tree | 57c1b3f6f0ae98ab0c2d3d6cdb1d78acb073da4e /static/style.css | |
parent | f9b9371d40183ecc90bfbba9bb3c6387685d851a (diff) |
Update background color
Diffstat (limited to 'static/style.css')
-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 570b720..30193d8 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(53, 130, 91); /*101,133,117*/ + background-color: rgb(73, 119, 96); /*101,133,117*/ font-family: 'DejaVu Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } |