about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/polls.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/mastodon/polls.scss')
-rw-r--r--app/javascript/styles/mastodon/polls.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss
index 4f8c94d83..d8bc5473a 100644
--- a/app/javascript/styles/mastodon/polls.scss
+++ b/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);
+    }
+  }
+}