Remove redundant menu link colors
The color is inherited from the `.top-bar .menu > li a` selector.
This commit is contained in:
@@ -134,7 +134,6 @@ $table-header: #ecf1f6;
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: "Lato" !important;
|
font-family: "Lato" !important;
|
||||||
font-size: rem-calc(24);
|
font-size: rem-calc(24);
|
||||||
|
|||||||
@@ -583,7 +583,6 @@ body > header,
|
|||||||
.has-submenu {
|
.has-submenu {
|
||||||
|
|
||||||
&.is-active a {
|
&.is-active a {
|
||||||
color: #fff;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user