Eugen Rochko
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
0 deletions
-
app/javascript/styles/mastodon/polls.scss
|
|
@ -190,3 +190,15 @@ |
|
|
|
color: darken($simple-background-color, 14%); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.muted .poll { |
|
|
|
color: $dark-text-color; |
|
|
|
|
|
|
|
&__chart { |
|
|
|
background: rgba(darken($ui-primary-color, 14%), 0.2); |
|
|
|
|
|
|
|
&.leading { |
|
|
|
background: rgba($ui-highlight-color, 0.2); |
|
|
|
} |
|
|
|
} |
|
|
|
} |