Skip to content

Commit

Permalink
Merge pull request #38 from LazeMSS/development
Browse files Browse the repository at this point in the history
Fixed important bug on discorded and red-night
  • Loading branch information
LazeMSS authored May 21, 2022
2 parents b1638c1 + 37a48c1 commit 38c3717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a:hover {
}

.nav-tabs>li>a i {
color: #99aab5 !important;
color: #99aab5;
}

.nav-pills>li>a:hover {
Expand Down
2 changes: 1 addition & 1 deletion css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ body .scrollable::-webkit-resizer,

.nav-tabs>li>a i,
.nav-tabs .dropdown-menu li>a i {
color: var(--quiteWhite)!important;
color: var(--quiteWhite);
}

.nav-tabs>.active>a,
Expand Down

0 comments on commit 38c3717

Please sign in to comment.