From d8dc06c022910dfe98be713814028c160549315b Mon Sep 17 00:00:00 2001 From: tiny6996 Date: Mon, 16 Dec 2019 23:57:08 -0600 Subject: [PATCH] added mozdoc for use with stylus --- discordDark.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/discordDark.css b/discordDark.css index 690d462..6110b2d 100644 --- a/discordDark.css +++ b/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%); } + +}