Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Make nav items lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzie committed Oct 23, 2019
1 parent a658a76 commit 6612cf7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7693,4 +7693,19 @@ a.user-mention:hover,
.user-mention:hover,
.sidebar-assignee .assignee:hover {
text-decoration: underline !important;
}

.reponav-item,
.reponav-item .octicon,
a.reponav-item,
a.tabnav-extra,
.tabnav-extra {
color: #BBB !important;
}

.reponav-item:hover,
a.reponav-item:hover,
a.tabnav-extra:hover,
.tabnav-extra:hover {
color: white !important;
}

0 comments on commit 6612cf7

Please sign in to comment.