Skip to content

Commit 4125de4

Browse files
shubham-padiatimabbott
authored andcommitted
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.
1 parent 916fab7 commit 4125de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/renderer/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ body {
114114
}
115115

116116
.action-button i {
117-
color: rgb(108 133 146 / 100%);
117+
color: hsl(200.53deg 14.96% 49.8%);
118118
font-size: 28px;
119119
}
120120

121121
.action-button:hover i {
122-
color: rgb(152 169 179 / 100%);
122+
color: hsl(202.22deg 15.08% 64.9%);
123123
}
124124

125125
.action-button.active {

0 commit comments

Comments
 (0)