aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-01-11 08:13:12 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-07-24 22:33:53 +0200
commite8fa5c5a6d5f4fb538013ecead4f572efe0ac922 (patch)
tree2b98bf9c44a82e2cea04d2d618ec5dcb4cf8ccc4 /zurb-F5-basic
parentce7e97b2492a84dab23fd244db424a4fa0b62118 (diff)
downloadpelican-themes-e8fa5c5a6d5f4fb538013ecead4f572efe0ac922.tar.gz
Top-bar should be green instead of purple.
Diffstat (limited to 'zurb-F5-basic')
-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; }