From 578266b00561572611e2663c4edfb2f03e616799 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 30 Jun 2023 19:24:13 +0200 Subject: [PATCH] update colour of menu toggle --- newVersion/css/navstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newVersion/css/navstyle.css b/newVersion/css/navstyle.css index ae24916..42f1464 100644 --- a/newVersion/css/navstyle.css +++ b/newVersion/css/navstyle.css @@ -72,7 +72,7 @@ } .listtoggle:hover .line { - background-color: rgb(58, 149, 224); + background-color: rgb(27, 98, 156); transition: 0.4s; } @@ -82,7 +82,7 @@ display: block; width: 100%; height: 3px; - background-color: rgb(168, 212, 253); + background-color: rgb(49, 142, 230); } #line1 {