fix the transition for add option button when on dark mode

This commit is contained in:
Aditya 2024-07-06 02:41:00 +05:45
parent caedcb8b8b
commit 9b04962e02
1 changed files with 19 additions and 0 deletions

View File

@ -968,6 +968,25 @@
}
}
button {
&.poll-option {
color: hsl(185deg 35% 65%);
border-color: hsl(185deg 35% 35%);
&:hover {
color: hsl(185deg 50% 70%);
border-color: hsl(185deg 40% 40%);
background-color: hsl(185deg 20% 20%);
}
&:focus {
color: hsl(185deg 50% 65%);
border-color: hsl(185deg 40% 50%);
background-color: hsl(185deg 40% 35%);
}
}
}
/* Widgets: Poll */
.poll-widget {
.poll-vote {