diff options
author | Aaron Ball <nullspoon@oper.io> | 2023-11-09 13:23:12 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2023-11-09 13:24:39 -0700 |
commit | 226428f4e5572b7e6e887e7d7b5c2a6d733de9fb (patch) | |
tree | 62da2f0d4eca332bf11a017a38bfadd6d0b0994c /res | |
parent | 363372434d9a1ff4df6fc93948f99c08e38e2c74 (diff) | |
download | oper.io-226428f4e5572b7e6e887e7d7b5c2a6d733de9fb.tar.gz oper.io-226428f4e5572b7e6e887e7d7b5c2a6d733de9fb.tar.xz |
Restyle nav header and footer with gradient
Slow but sure we'll merge in the new styles.
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/style.css b/res/style.css index df5c998..fbc2ccf 100644 --- a/res/style.css +++ b/res/style.css @@ -119,8 +119,9 @@ span.yellow { * Navbar Styles */ div#nav-header { + padding-top:.5em; background-color:#333; - background:linear-gradient(#0000, #0000, #0000, #0000, #221), #333; + background:linear-gradient(to top right, #211, #234); box-shadow:0px 0px 4px #4f4b43; color:#eee; display:flex; @@ -232,8 +233,7 @@ div.index-post .readmore { } div#footer { - background:none; - background-color:#292929; + background:linear-gradient(to bottom right, #211, #234); color:#eee; margin:5px 0px 0px 0px; width:100%; |