UX: Styles for poll options on dark theme.

This commit is contained in:
Guo Xiang Tan 2016-08-01 22:07:57 +08:00
parent 0fa458c5a7
commit dc2cf996af
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ div.poll {
}
li[data-poll-option-id] {
color: $option-foreground;
color: $primary;
padding: .5em .7em .7em .5em;
}