Skip to content

Instantly share code, notes, and snippets.

@Algomorph
Last active April 11, 2022 17:44
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 Algomorph/0bf2a3633b1857a72de10ae9b726d690 to your computer and use it in GitHub Desktop.
Save Algomorph/0bf2a3633b1857a72de10ae9b726d690 to your computer and use it in GitHub Desktop.
body {
background-color: rgb(55, 55, 55);
color: #ccc;
}
a {
color: #d0abab;
}
a:visited {
color: #9f967a;
}
body > table > tbody > tr:nth-child(3) > td:nth-child(1){
background-color: rgb(79, 69, 62);
}
img {
filter: invert(0.785);
}
table {
color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment