From 790ed9a50e4d9894b0a5c27c0141c9934f0663c0 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 10 Mar 2024 15:05:07 -0400 Subject: [PATCH] change danger color, refactor others --- assets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/style.css b/assets/style.css index a3a90fd..7af1d8a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -39,6 +39,14 @@ body { background-color: #181818 !important; } +.danger-zone button { + background-color: #af3221 !important; +} + +.danger-zone button:hover { + background-color: #61261e; +} + .channel-info { background-color: #1c1c1c; }