From 979e8440a4bdec6c7d9869329812c7a5046d14b5 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 23 Jun 2024 15:26:49 +0000 Subject: [PATCH] Update ion-theme.css --- ion-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion-theme.css b/ion-theme.css index 55244fd..336bec6 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -41,7 +41,7 @@ [class*="chatContent"] [class*="username"] { - color: pink !important; + color: pink; /* removed `!important` because it overwrites colors in servers */ }