Skip to content

Commit

Permalink
fix sidebar heading background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Oct 5, 2023
1 parent 66ff5e4 commit e2f1a5f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions asf_theme/assets/stylesheets/asf.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,17 @@ a {
margin-left: 0;
}

.md-nav--primary .md-nav__title {
box-shadow: none;
background: none;
.md-nav__title {
color: black;
}

.md-nav--secondary .md-nav__title {
.md-nav--primary .md-nav__title {
background: #f8f8f8;
box-shadow: none;
background: none;
}


.md-nav__title {
color: black;
.md-nav--secondary .md-nav__title {
background: #f8f8f8;
box-shadow: none;
}

Expand Down

0 comments on commit e2f1a5f

Please sign in to comment.