update colour of menu toggle
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user