diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:20:47 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-17 16:20:47 -0600 |
commit | c0ca104a2e453ac5acf09b6fce626a340fc04684 (patch) | |
tree | 331529bfb80df5aa958957ed38b0bd33dfdee215 /res | |
parent | 25c96ca845d466dbbfc75c478ce37a96104ff448 (diff) | |
download | oper.io-c0ca104a2e453ac5acf09b6fce626a340fc04684.tar.gz oper.io-c0ca104a2e453ac5acf09b6fce626a340fc04684.tar.xz |
style.css:nav gradient: darkened bottom
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/style.css b/res/style.css index 44489db..354c0db 100644 --- a/res/style.css +++ b/res/style.css @@ -105,7 +105,7 @@ span.yellow { */ div#nav-header { background-color:#333; - background:linear-gradient(to bottom, #444, #333, #333, #222); + background:linear-gradient(to bottom, #444, #333, #333, #111); box-shadow:0px 0px 4px #4f4b43; z-index:1; color:#eee; |