diff options
author | Jed Fox <git@jedfox.com> | 2023-01-05 07:34:10 -0500 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-01-05 15:11:23 +0100 |
commit | 1702907a9d26a8e3aa5e4567487cb21ee3fc2a8c (patch) | |
tree | 81b229994c3edfee9506ca70a94b7530349d66de /app/javascript/flavours/glitch | |
parent | 009fee7954b198e06813a9101c13b316e6a31c35 (diff) |
[Glitch] Improve the contrast of the chart in “poll has ended” notifications
Port b81b646e3bf94ebc1b86999250092e947d7bc5dc to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/polls.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/polls.scss b/app/javascript/flavours/glitch/styles/polls.scss index 0847c8f4c..43924829d 100644 --- a/app/javascript/flavours/glitch/styles/polls.scss +++ b/app/javascript/flavours/glitch/styles/polls.scss @@ -289,10 +289,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); } } } |