From f2b3f7a3bceb1bb205fb638d6829db2903ab19ae Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 18 Feb 2020 13:28:37 +0100 Subject: [PATCH] Update BasicBackground.theme.css --- Themes/BasicBackground/BasicBackground.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/BasicBackground/BasicBackground.theme.css b/Themes/BasicBackground/BasicBackground.theme.css index 89a2a56c61..20419d4637 100644 --- a/Themes/BasicBackground/BasicBackground.theme.css +++ b/Themes/BasicBackground/BasicBackground.theme.css @@ -11,7 +11,7 @@ --accentcolor: 190,78,180; /* default: 190,78,180 (blurple: 114,137,218 bd-blue: 58,113,193) */ --font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */ - --textshadow: transparent; /* default: transparent (add a textshadow to text that might be unreadable due to bright accentcolor) */ + --textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */ --background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/background.jpg); /* general background image */ --backgroundsize: cover; /* default: cover (sizefit of general background - values: [cover/contain/auto]) */