From e6762e6e00a52e1c2803d0c1e4d1398a23e2539e Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Thu, 21 Nov 2024 00:55:00 +0100 Subject: [PATCH] Improve navbar --- landing_page/public/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/landing_page/public/base.css b/landing_page/public/base.css index 8ae16a3..27568af 100644 --- a/landing_page/public/base.css +++ b/landing_page/public/base.css @@ -29,7 +29,7 @@ code { --text-color: #000000; --text-grey: #888888; --icon-hover: #000000; - --navbar-background: rgba(255, 255, 255, 0.9); + --navbar-background: rgba(250, 250, 250, 0.9); --window-border: rgb(223, 234, 255); --window-bg: rgb(241, 246, 255); @@ -44,7 +44,7 @@ code { --text-color: #ffffff; --text-grey: #888888; --icon-hover: #ffffff; - --navbar-background: rgba(34, 34, 34, 0.9); + --navbar-background: rgba(25, 25, 25, 0.9); --window-bg: rgb(45, 46, 50); --window-border: rgb(109, 110, 112);