Update BasicBackground.theme.css

This commit is contained in:
Mirco Wittrien 2020-02-18 13:28:37 +01:00
parent d5a9889f33
commit f2b3f7a3bc
1 changed files with 1 additions and 1 deletions

View File

@ -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]) */