No more green but $red (which is almost orange btw) for navigation

This commit is contained in:
Jean-Baptiste Bellet
2023-09-07 15:44:23 +02:00
parent e434f7112a
commit 0d410d27ae
2 changed files with 5 additions and 5 deletions

View File

@@ -23,13 +23,13 @@ nav.menu {
}
&.active a {
color: $green;
color: $red;
border-left-width: 0;
border-bottom-color: $green;
border-bottom-color: $red;
}
&:hover a {
color: $green;
color: $red;
}
}
}
@@ -53,7 +53,7 @@ nav.menu {
&:hover {
i {
color: $green;
color: $red;
}
}
}

View File

@@ -6,7 +6,7 @@
margin-top: 17px;
.sidebar-title {
color: $color-2;
color: $red;
text-transform: uppercase;
text-align: center;
font-size: 14px;