mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixed nav dropdown bg
This commit is contained in:
@ -102,10 +102,10 @@ body {
|
||||
|
||||
&.affix {
|
||||
position: fixed;
|
||||
background: rgba(0, 0, 0, .6);
|
||||
background: rgba(45, 44, 40, 0.6);
|
||||
|
||||
&.darken {
|
||||
background: rgba(0, 0, 0, 1);
|
||||
background: rgba(45, 44, 40, 1);
|
||||
}
|
||||
|
||||
}
|
||||
@ -145,8 +145,13 @@ body {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.active a {
|
||||
.active a, .open a {
|
||||
background: transparent !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
background-color: #565553;
|
||||
}
|
||||
|
||||
@media (min-width: $screen-sm-min) {
|
||||
|
||||
Reference in New Issue
Block a user