From b81b646e3bf94ebc1b86999250092e947d7bc5dc Mon Sep 17 00:00:00 2001
From: Jed Fox <git@jedfox.com>
Date: Thu, 5 Jan 2023 07:34:10 -0500
Subject: [PATCH] =?UTF-8?q?Improve=20the=20contrast=20of=20the=20chart=20i?=
 =?UTF-8?q?n=20=E2=80=9Cpoll=20has=20ended=E2=80=9D=20notifications=20(#22?=
 =?UTF-8?q?575)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Improve the contrast of the chart in “poll has ended” notifications

* Further increase the contrast of non-leading poll options
---
 app/javascript/styles/mastodon/polls.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss
index f553c55017..6812d54625 100644
--- a/app/javascript/styles/mastodon/polls.scss
+++ b/app/javascript/styles/mastodon/polls.scss
@@ -279,10 +279,10 @@
   color: $dark-text-color;
 
   &__chart {
-    background: rgba(darken($ui-primary-color, 14%), 0.2);
+    background: rgba(darken($ui-primary-color, 14%), 0.7);
 
     &.leading {
-      background: rgba($ui-highlight-color, 0.2);
+      background: rgba($ui-highlight-color, 0.5);
     }
   }
 }