diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2016-01-11 08:13:12 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-07-24 22:33:53 +0200 |
commit | e8fa5c5a6d5f4fb538013ecead4f572efe0ac922 (patch) | |
tree | 2b98bf9c44a82e2cea04d2d618ec5dcb4cf8ccc4 /zurb-F5-basic | |
parent | ce7e97b2492a84dab23fd244db424a4fa0b62118 (diff) | |
download | pelican-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.css | 4 |
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; } |