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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
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%); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|