Skip to content

Commit

Permalink
Merge pull request #16 from jneilliii/discoranged
Browse files Browse the repository at this point in the history
fix tab hover discoranged
  • Loading branch information
LazeMSS authored May 3, 2021
2 parents 58edfdc + 6cb59d4 commit 26276d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ a:hover {
background-color: #d46c03
}
.nav-tabs > li > a:hover {
background-color: #FC8003;
background-color: #d46c03;
border: 1px solid #36393f;
color: #FC8003;
color: #FFFFFF;
}
h1,
h2,
Expand Down

0 comments on commit 26276d2

Please sign in to comment.