mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Fix navbar link color
This commit is contained in:
@@ -6556,10 +6556,10 @@ html.has-navbar-fixed-bottom {
|
||||
}
|
||||
|
||||
a.navbar-item:hover, a.navbar-item.is-active,
|
||||
.navbar-link:hover,
|
||||
.navbar-link.is-active {
|
||||
a.navbar-link:hover,
|
||||
a.navbar-link.is-active {
|
||||
background-color: whitesmoke;
|
||||
color: #0a0a0a;
|
||||
color: #3273dc;
|
||||
}
|
||||
|
||||
.navbar-item {
|
||||
@@ -6675,8 +6675,8 @@ a.navbar-item:hover, a.navbar-item.is-active,
|
||||
min-height: 3.25rem;
|
||||
}
|
||||
.navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
|
||||
.navbar.is-transparent .navbar-link:hover,
|
||||
.navbar.is-transparent .navbar-link.is-active {
|
||||
.navbar.is-transparent a.navbar-link:hover,
|
||||
.navbar.is-transparent a.navbar-link.is-active {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
|
||||
@@ -6826,11 +6826,11 @@ a.navbar-item:hover, a.navbar-item.is-active,
|
||||
padding-bottom: 3.25rem;
|
||||
}
|
||||
a.navbar-item.is-active,
|
||||
.navbar-link.is-active {
|
||||
a.navbar-link.is-active {
|
||||
color: #0a0a0a;
|
||||
}
|
||||
a.navbar-item.is-active:not(:hover),
|
||||
.navbar-link.is-active:not(:hover) {
|
||||
a.navbar-link.is-active:not(:hover) {
|
||||
background-color: transparent;
|
||||
}
|
||||
.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
|
||||
@@ -9800,10 +9800,22 @@ label.panel-block:hover {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.content .highlight:not(:first-child) {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.content .highlight:not(:last-child) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.content li .highlight {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.content .bd-spaced li + li {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.content .highlighter-rouge:not(:last-child) {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user