mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
No more green but $red (which is almost orange btw) for navigation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
margin-top: 17px;
|
||||
|
||||
.sidebar-title {
|
||||
color: $color-2;
|
||||
color: $red;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user