tiny6996
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
16 additions and
0 deletions
-
discordDark.css
|
|
@ -1,4 +1,18 @@ |
|
|
|
/* ==UserStyle== |
|
|
|
@name proxmox-discord |
|
|
|
@namespace https://openusercss.org/theme/5df05a90854d3f0c000f6024 |
|
|
|
@homepageURL https://openusercss.org/theme/5df05a90854d3f0c000f6024 |
|
|
|
@version 1.0.0 |
|
|
|
@license MIT |
|
|
|
@description proxmox pve theme inspired by the discord colorscheme |
|
|
|
@author tiny6996 (https://openusercss.org/profile/5df0578e854d3f0c000f6020) |
|
|
|
@preprocessor uso |
|
|
|
==/UserStyle== */ |
|
|
|
|
|
|
|
/* PVEDiscordDark Theme by Weilbyte - https://github.com/Weilbyte/PVEDiscordDark */ |
|
|
|
|
|
|
|
@-moz-document regexp("https://.*:8006/.*") |
|
|
|
{ |
|
|
|
.x-box-inner { |
|
|
|
overflow:hidden; |
|
|
|
position:relative; |
|
|
@ -437,3 +451,5 @@ text-shadow:0 0 0 #2c2f33 |
|
|
|
.x-legend-item-marker { |
|
|
|
filter: invert(100%); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|