Skip to content

Instantly share code, notes, and snippets.

@tuxedocat
Last active December 7, 2018 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxedocat/2433a52047b96a573eb887bbe541d6b1 to your computer and use it in GitHub Desktop.
Save tuxedocat/2433a52047b96a573eb887bbe541d6b1 to your computer and use it in GitHub Desktop.
body{
background:#363534;
}
div.title {
color: white;
}
.qs_input {
background: #363534;
color: white;
}
div.separator.big {
color: #757575;
}
.item:hover, .item:hover div.title, div.closed.item:hover div.title,
.item:hover div.url {
background-color: #41505E;
color: white;
}
.withfocus:hover, .withfocus:hover div.title, div.closed.withfocus:hover div.title,
.withfocus:hover div.url,
.withfocus, .withfocus div.title, div.closed.withfocus div.title,
.withfocus div.url {
background-color: #333F4A;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment