mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Specify color overrides in navbar
Bulma 0.5.2 introduced color modifiers for navbar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user