Specify color overrides in navbar

Bulma 0.5.2 introduced color modifiers for navbar
This commit is contained in:
Michael Lange
2017-12-20 08:11:06 -08:00
parent 16522058b4
commit 8228c45ba6

View File

@@ -45,6 +45,15 @@
max-height: 26px;
}
}
.navbar-end > a.navbar-item {
color: rgba($primary-invert, 0.8);
&:hover {
color: $primary-invert;
background: transparent;
}
}
}
&.is-secondary {