From 589db0b2d88188c5ba6d5f91b5e49c3d2eb903aa Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 6 May 2020 00:30:41 +0200 Subject: [PATCH] Update css to track real project updates --- static/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index d53d075..02ca26a 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -27,7 +27,9 @@ body { font-family: Montserrat,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,sans } nav.navbar { - box-shadow: 0 1px 3px 0 #9720c944; + box-shadow: 0 0px 3px 0 #1cb487; + border-bottom: 1px solid #1cb487; + z-index: 2; } .anchor { @@ -44,7 +46,5 @@ nav.navbar { } footer { - border-top: 3px solid #9720c9; - box-shadow: 0 -7px 12px 0 #344a4055; - z-index: 2 + border-top: 3px solid #9332bb; }