|
@@ -35,7 +35,7 @@
|
|
|
.menuHead a{
|
|
.menuHead a{
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- color: white;
|
|
|
|
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
width: 80%;
|
|
width: 80%;
|
|
|
}
|
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
background: none;
|
|
background: none;
|
|
|
border-style: none;
|
|
border-style: none;
|
|
|
- color: white;
|
|
|
|
|
|
|
+ color: rgb(255, 99, 107);
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
margin: 15px 0;
|
|
margin: 15px 0;
|
|
|
padding-left: 15px;
|
|
padding-left: 15px;
|
|
@@ -90,31 +90,27 @@
|
|
|
|
|
|
|
|
.menuButton:hover{
|
|
.menuButton:hover{
|
|
|
background: rgb(179, 191, 209);
|
|
background: rgb(179, 191, 209);
|
|
|
- color: black;
|
|
|
|
|
- fill: black;
|
|
|
|
|
|
|
+ /* color: black; */
|
|
|
|
|
+ /* fill: black; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.menuButton:hover svg{
|
|
.menuButton:hover svg{
|
|
|
- stroke: black;
|
|
|
|
|
|
|
+ /* stroke: black; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .menu a{
|
|
|
|
|
- color: white;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
.menu > .active{
|
|
.menu > .active{
|
|
|
background: rgb(240, 252, 255);
|
|
background: rgb(240, 252, 255);
|
|
|
- color: black;
|
|
|
|
|
|
|
+ /* color: black; */
|
|
|
cursor: default;
|
|
cursor: default;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.menu > .active:hover{
|
|
.menu > .active:hover{
|
|
|
background: rgb(240, 252, 255);
|
|
background: rgb(240, 252, 255);
|
|
|
- color: black;
|
|
|
|
|
|
|
+ /* color: black; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.menu > .active:hover svg{
|
|
.menu > .active:hover svg{
|
|
|
- stroke: black;
|
|
|
|
|
|
|
+ /* stroke: black; */
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Minimized menu */
|
|
/* Minimized menu */
|