mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
cdcd83f724
commit
bfa72389cd
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.dropdown-item.active,
|
||||
.dropdown-item-active {
|
||||
color: $sta-dark-menu-text-active !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Remove Bootstrap's border from Toggle button.
|
||||
|
@ -187,6 +191,9 @@
|
|||
background-color: $sta-menu-primary;
|
||||
text-align: center !important;
|
||||
}
|
||||
.dark .navbar-collapse {
|
||||
background-color: $sta-dark-menu-primary;
|
||||
}
|
||||
#navbar-main .main-menu-item .nav-item {
|
||||
padding: 10px 15px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue