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

Commit

Permalink
Merge pull request #104 from DarkThemeHub/1.16
Browse files Browse the repository at this point in the history
1.16
  • Loading branch information
Snazzie committed Oct 24, 2019
2 parents 9c225ef + 6612cf7 commit 02d7f6a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7661,4 +7661,51 @@ div.light-bg a p {

.dropdown-item:hover {
background: #39424A !important;
}

.MarketplaceEdit-body .menu-item {
background: none !important;
}

.MarketplaceEdit-body .menu-item:hover {
background: #39424A !important;
}

a[data-hovercard-type="user"],
.timeline-comment-header .author,
.gh-header-meta .author,
a.user-mention,
.user-mention,
.sidebar-assignee .assignee,
.timeline-comment-header .author:hover,
a[data-hovercard-type="user"]:hover,
.gh-header-meta .author:hover,
a.user-mention:hover,
.user-mention:hover,
.sidebar-assignee .assignee:hover {
color: white !important;
}

.timeline-comment-header .author:hover,
a[data-hovercard-type="user"]:hover,
.gh-header-meta .author:hover,
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 02d7f6a

Please sign in to comment.