Remove redundant menu link colors

The color is inherited from the `.top-bar .menu > li a` selector.
This commit is contained in:
Javi Martín
2021-04-29 20:20:38 +02:00
parent 41235f9f02
commit d45bf4d5da
2 changed files with 0 additions and 2 deletions

View File

@@ -134,7 +134,6 @@ $table-header: #ecf1f6;
}
a {
color: #000;
display: inline-block;
font-family: "Lato" !important;
font-size: rem-calc(24);

View File

@@ -583,7 +583,6 @@ body > header,
.has-submenu {
&.is-active a {
color: #fff;
font-weight: bold;
}
}