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; }