update colour of menu toggle

This commit is contained in:
2023-06-30 19:24:13 +02:00
parent 5640cc6528
commit 578266b005

View File

@@ -72,7 +72,7 @@
} }
.listtoggle:hover .line { .listtoggle:hover .line {
background-color: rgb(58, 149, 224); background-color: rgb(27, 98, 156);
transition: 0.4s; transition: 0.4s;
} }
@@ -82,7 +82,7 @@
display: block; display: block;
width: 100%; width: 100%;
height: 3px; height: 3px;
background-color: rgb(168, 212, 253); background-color: rgb(49, 142, 230);
} }
#line1 { #line1 {