mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
UX: Fix polls on dark theme.
This commit is contained in:
parent
1c964bf730
commit
89e28c12ed
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||
|
|
Loading…
Reference in a new issue