aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-01-11 08:13:12 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-08-26 21:58:51 +0200
commit3ce3a068177f66258a9fbe9db23488e128c9d12a (patch)
tree2f0c40dd32d7639775d9a6ea555334559c64b1dd
parentfbcd17c4083a8582657edd0d5b06107812640d00 (diff)
downloadpelican-themes-3ce3a068177f66258a9fbe9db23488e128c9d12a.tar.gz
Top-bar should be green instead of purple.
-rw-r--r--zurb-F5-basic/static/css/foundation.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/zurb-F5-basic/static/css/foundation.css b/zurb-F5-basic/static/css/foundation.css
index 1e730b5..6da4a5d 100644
--- a/zurb-F5-basic/static/css/foundation.css
+++ b/zurb-F5-basic/static/css/foundation.css
@@ -1474,7 +1474,9 @@ meta.foundation-mq-topbar {
margin-bottom: 0;
list-style: none; }
.top-bar .row {
- max-width: none; }
+ max-width: none;
+ background-color: #004702;
+ }
.top-bar form,
.top-bar input {
margin-bottom: 0; }