From 89e28c12ed3ccd1fc5990a08b86afde921c644f8 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 19 Jul 2016 13:01:54 +0800 Subject: [PATCH] UX: Fix polls on dark theme. --- plugins/poll/assets/stylesheets/common/poll.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/poll/assets/stylesheets/common/poll.scss b/plugins/poll/assets/stylesheets/common/poll.scss index e0fdd22b9a0..1451be21a40 100644 --- a/plugins/poll/assets/stylesheets/common/poll.scss +++ b/plugins/poll/assets/stylesheets/common/poll.scss @@ -1,7 +1,7 @@ $border-color: rgb(219,219,219); $text-color: #9E9E9E; -$option-foreground: $primary; +$option-foreground: dark-light-diff($primary, $secondary, 0%, -100%); $option-background: dark-light-diff($primary, $secondary, 90%, -65%); $option-background-selected: #dbffdb; $option-shadow: dark-light-diff($option-background, $primary, 10%, -10%);