css: Use hsl for action-button icon colors.

We only change this for `.action-button i` and `.action-button:hover i`
since we need to make the dnd icon lighter in comparison to these two.
These are the two that are absolutely necessary to change, we can also
change others to hsl color space after discussion on CZO.
This commit is contained in:
Shubham Padia
2025-06-11 12:16:44 +05:30
committed by Tim Abbott
parent 916fab7963
commit 4125de4a60

View File

@@ -114,12 +114,12 @@ body {
}
.action-button i {
color: rgb(108 133 146 / 100%);
color: hsl(200.53deg 14.96% 49.8%);
font-size: 28px;
}
.action-button:hover i {
color: rgb(152 169 179 / 100%);
color: hsl(202.22deg 15.08% 64.9%);
}
.action-button.active {