Skip to content

Commit

Permalink
Merge pull request #42 from ASFHyP3/no-box-shadow
Browse files Browse the repository at this point in the history
No box shadow or background on nav titles
  • Loading branch information
jtherrmann authored Oct 5, 2023
2 parents 9920c1e + 4805180 commit 66ff5e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions asf_theme/assets/stylesheets/asf.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,20 @@ a {
margin-left: 0;
}

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

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


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

.expert-rec-search {
Expand Down

0 comments on commit 66ff5e4

Please sign in to comment.