Skip to content

Commit

Permalink
fix: raw log bg + add selection styles
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Jan 6, 2021
1 parent 9fefea2 commit 0b84d48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion travis-ci-inspired-dark-extended.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -8428,7 +8428,11 @@
@-moz-document domain("api.travis-ci.org") {
/* style raw log view */
body {
background: #222;
background: #141414;
color: #eee;
}
::selection {
background: #333;
color: #fff
}
}

0 comments on commit 0b84d48

Please sign in to comment.