Skip to content

Commit

Permalink
chore(fix): text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Jan 6, 2021
1 parent dae273f commit 7abd97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-ci-inspired-dark-extended.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -5555,12 +5555,12 @@
color: #777;
}
html, body {
color: #aaa;
color: #bbb;
}
.list-values li::before {
filter: invert(1) hue-rotate(180deg) brightness(300%) contrast(200%);
}
h1, h2 {
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #ccc;
}
p > hover {
Expand Down

0 comments on commit 7abd97e

Please sign in to comment.