From 9fdec44c7ba436186dd80d99bbfe18da05a297cc Mon Sep 17 00:00:00 2001 From: 3r1s_s <127928354+3r1s-s@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:17:14 -0700 Subject: [PATCH] fixed uploads spam and more theme updates --- glass.css | 4 ++++ themes.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/glass.css b/glass.css index 40f6017..c8a54c2 100644 --- a/glass.css +++ b/glass.css @@ -210,6 +210,10 @@ background: linear-gradient(45deg, #0f0d25 0%, #04020a 100%); } +.midnight-blurple-theme .message-container { + background-color: #0c0a1880; +} + .theme-button.midnight-blurple-theme { background: #0c0a18; } diff --git a/themes.css b/themes.css index 516f588..3a3c556 100644 --- a/themes.css +++ b/themes.css @@ -438,7 +438,7 @@ .midnight-blurple-theme { --background: #0a081825; - --accent-color: #47417350; + --accent-color: #1c1931; --hov-accent-color: #2c2751; --hov-color: #403965; }