summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2018-10-17 16:20:47 -0600
committerAaron Ball <nullspoon@oper.io>2018-10-17 16:20:47 -0600
commitc0ca104a2e453ac5acf09b6fce626a340fc04684 (patch)
tree331529bfb80df5aa958957ed38b0bd33dfdee215 /res
parent25c96ca845d466dbbfc75c478ce37a96104ff448 (diff)
downloadoper.io-c0ca104a2e453ac5acf09b6fce626a340fc04684.tar.gz
oper.io-c0ca104a2e453ac5acf09b6fce626a340fc04684.tar.xz
style.css:nav gradient: darkened bottom
Diffstat (limited to 'res')
-rw-r--r--res/style.css2
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;

Generated by cgit