diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index 5506a01745..c3b3b47b81 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -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 {