Skip to content

Instantly share code, notes, and snippets.

@pbaja
Created January 3, 2021 22:33
Show Gist options
  • Save pbaja/2538089f3eb09a3ce67eff771e508b27 to your computer and use it in GitHub Desktop.
Save pbaja/2538089f3eb09a3ce67eff771e508b27 to your computer and use it in GitHub Desktop.
Dark style for rarbg
@-moz-document regexp("https?:\\/\\/(rarbg\\.to|rarbgp2p\\.org).*") {
:root
{
/* Text */
--text: #fff;
--link: #c0c0c0;
/* Backgrounds */
--button: #4d68a6;
--bg2: #282828;
--bg1: #202020;
--bg0: #181818;
}
a:link, a:active, a:visited { color: var(--link); }
.btn-primary { background-color: var(--button); }
td.header5 { background-color: var(--button); }
td.header3 { background-color: var(--button); }
table.lista-rounded { background-color: var(--bg0); color: var(--text); }
td.block { color: var(--text); }
td.lista { color: var(--text); }
td.lista2 { color: var(--text); border: none; background-color: var(--bg1) !important; }
.lista2 tr { background-color: var(--bg1); }
.searchTorrent, .formBox, .formBox2 { background-color: var(--bg1); border: none; }
table.lista2t tr.lista2 { background-color: var(--bg2) !important; }
td.header6 { background-color: var(--bg2); border-right: none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment