From d71bd5ecb6d9c1c3855429b706e6bde64aaa6a9d Mon Sep 17 00:00:00 2001 From: RaidMax Date: Thu, 13 Oct 2022 13:23:38 -0500 Subject: [PATCH] improve penalty colors --- WebfrontCore/wwwroot/css/src/profile.scss | 27 ++++++++++------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/WebfrontCore/wwwroot/css/src/profile.scss b/WebfrontCore/wwwroot/css/src/profile.scss index 34549aa7..45d6094c 100644 --- a/WebfrontCore/wwwroot/css/src/profile.scss +++ b/WebfrontCore/wwwroot/css/src/profile.scss @@ -103,25 +103,14 @@ color: rgba(116, 147, 99, 1); } -.penalties-color-unmute { - color: #749363; - color: rgba(180, 222, 12, 1); -} - -.penalties-color-mute { - color: #749363; - color: rgba(222, 222, 12, 1); -} - -.penalties-color-tempmute { - color: #749363; - color: rgba(222, 145, 12, 1); -} - .penalties-color-unflag { color: rgb(140, 154, 132); } +.penalties-color-unmute { + color: #989f94; +} + .penalties-color-report { color: #b3ae8f; } @@ -136,6 +125,10 @@ color: rgba(254, 126, 76, 0.85); } +.penalties-color-tempmute { + color: #df9476; +} + .penalties-bgcolor-tempban { background-color: #fe7e4c; background-color: rgba(254, 126, 76, 0.85); @@ -151,6 +144,10 @@ color: rgba(255, 69, 69, 0.85); } +.penalties-color-mute { + color: #e77171; +} + #profile_aliases_btn { cursor: pointer; }