From 8643329417e881d3088194c61ffd25a220d12741 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Thu, 19 Dec 2019 02:12:26 +0100 Subject: [PATCH] Added white color to .x-window-body-default --- discordDark.css | 1 + serverside/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/discordDark.css b/discordDark.css index da9fbc7..61b2d9f 100644 --- a/discordDark.css +++ b/discordDark.css @@ -263,6 +263,7 @@ background-color:#23272a } .x-window-body-default { +color: white; border-width:0!important } diff --git a/serverside/style.css b/serverside/style.css index 9af05cd..ee1d405 100644 --- a/serverside/style.css +++ b/serverside/style.css @@ -482,6 +482,7 @@ background-color:#23272a; } .x-window-body-default { +color: white; border-width:0!important; }