Browse Source

Merge pull request #5 from tiny6996/master

URL filter for use with stylish
pull/9/head
Weilbyte 5 years ago
committed by GitHub
parent
commit
0f12485f7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      discordDark.css

5
discordDark.css

@ -1,4 +1,5 @@
/* PVEDiscordDark Theme by Weilbyte - https://github.com/Weilbyte/PVEDiscordDark */
@-moz-document regexp("(https:\/\/.*):(8006)\/?(.*)")
{
.x-box-inner {
overflow:hidden;
position:relative;
@ -437,3 +438,5 @@ text-shadow:0 0 0 #2c2f33
.x-legend-item-marker {
filter: invert(100%);
}
}

Loading…
Cancel
Save