tweak color of kick icon

This commit is contained in:
RaidMax
2020-07-14 15:48:38 -05:00
parent 88b1f08149
commit 36949bbf33
3 changed files with 13 additions and 4 deletions

View File

@ -391,3 +391,12 @@ input:checked + .toggle-switch-slider:before {
-ms-transform: translateX(3em);
transform: translateX(3em);
}
.action-kick-button {
color: #492121;
}
.action-kick-button:hover {
color: #ff6060 !important;
color: rgba(255, 69, 69, 0.85) !important;
}