Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome authored and sindresorhus committed Mar 23, 2017
1 parent 2afbbb0 commit 67f2353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ html.dark-mode ._o46:not(._nd_) ._hh7 {
color: rgba(255, 255, 255, 0.7);
}

/* Message list: remove border from messages */
._hh7._aol {
border-color: transparent !important;
}

/* Fix dark mode overriding colors for code snippets */
html.dark-mode ._wu0 {
color: black;
Expand Down

0 comments on commit 67f2353

Please sign in to comment.