mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Making active parent in nav reflect when child is active page in docs
This commit is contained in:
4
docs/static/static/css/styles.css
vendored
4
docs/static/static/css/styles.css
vendored
@@ -90,6 +90,10 @@ nav.navbar {
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
|
||||
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
|
||||
color: rgb(255, 255, 255);
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user