From 50d7c14d523afc6bd0c71b5fd321db9bb5e21891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 16 Aug 2019 10:45:11 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 51ea6ba..da06c8a 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3074,9 +3074,10 @@ a.tag:hover { position: relative; top: -36px; } -.navbar { - background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white); - background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white); } +.header, +.sitename { + background: -o-linear-gradient(white, white 74px, #65AB1F 74px, #478D00 120px, white 120px, white); + background: linear-gradient(white, white 74px, #65AB1F 74px, #478D00 120px, white 120px, white); } #navbar-menu .navbar-item { height: 36px;