Skip to content

Commit

Permalink
Merge pull request #62 from Notaphish/master
Browse files Browse the repository at this point in the history
Add border-color for dark-mode css
  • Loading branch information
berzniz authored Apr 17, 2019
2 parents 42ff51f + 798ba58 commit 49fda9b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/js/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,9 @@
/* Dark mode */

.__better_github_pr_dark_mode .__better_github_pr {
background-color: #282923;
color: #ffffff;
}

.__better_github_pr_dark_mode .__better_github_pr .link-gray-dark {
color: #ffffff !important;
border-color: #484848;
background-color: #202020;
color: #bebebe;
}

.__better_github_pr_dark_mode .github-pr-file > span.changes > .number {
Expand Down

0 comments on commit 49fda9b

Please sign in to comment.