Browse Source

added mozdoc for use with stylus

pull/5/head
tiny6996 5 years ago
committed by GitHub
parent
commit
d8dc06c022
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      discordDark.css

16
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 */ /* PVEDiscordDark Theme by Weilbyte - https://github.com/Weilbyte/PVEDiscordDark */
@-moz-document regexp("https://.*:8006/.*")
{
.x-box-inner { .x-box-inner {
overflow:hidden; overflow:hidden;
position:relative; position:relative;
@ -437,3 +451,5 @@ text-shadow:0 0 0 #2c2f33
.x-legend-item-marker { .x-legend-item-marker {
filter: invert(100%); filter: invert(100%);
} }
}

Loading…
Cancel
Save