Add optional navbar separator
It cleanly separates the home page sections from the main menu. Signed-off-by: Marek Pikuła <[email protected]>
This commit is contained in:
@@ -45,6 +45,10 @@ header .nav-link{
|
||||
.navbar .nav-link:hover {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
.nav-link.nav-link-sep:after {
|
||||
content: "|";
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
li > .dropdown-toggle:focus{
|
||||
color: var(--primary-color) !important;
|
||||
|
||||
Reference in New Issue
Block a user