improve penalty colors

This commit is contained in:
RaidMax 2022-10-13 13:23:38 -05:00
parent 778feb8024
commit 069e6a0517

View File

@ -103,25 +103,14 @@
color: rgba(116, 147, 99, 1); 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 { .penalties-color-unflag {
color: rgb(140, 154, 132); color: rgb(140, 154, 132);
} }
.penalties-color-unmute {
color: #989f94;
}
.penalties-color-report { .penalties-color-report {
color: #b3ae8f; color: #b3ae8f;
} }
@ -136,6 +125,10 @@
color: rgba(254, 126, 76, 0.85); color: rgba(254, 126, 76, 0.85);
} }
.penalties-color-tempmute {
color: #df9476;
}
.penalties-bgcolor-tempban { .penalties-bgcolor-tempban {
background-color: #fe7e4c; background-color: #fe7e4c;
background-color: rgba(254, 126, 76, 0.85); background-color: rgba(254, 126, 76, 0.85);
@ -151,6 +144,10 @@
color: rgba(255, 69, 69, 0.85); color: rgba(255, 69, 69, 0.85);
} }
.penalties-color-mute {
color: #e77171;
}
#profile_aliases_btn { #profile_aliases_btn {
cursor: pointer; cursor: pointer;
} }