From 45c107d4039cb4844d1388e3c195e64ae891f682 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Fri, 13 Jan 2023 15:44:42 +0800
Subject: [PATCH] Make leading poll votes more prominent

---
 src/components/status.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/components/status.css b/src/components/status.css
index d084f86e..96293c46 100644
--- a/src/components/status.css
+++ b/src/components/status.css
@@ -645,9 +645,11 @@ a.card:is(:hover, :focus) {
 .poll-option-votes {
   flex-shrink: 0;
   font-size: 90%;
+  opacity: 0.75;
 }
 .poll-option-leading .poll-option-votes {
   font-weight: bold;
+  opacity: 1;
 }
 .poll-vote-button {
   margin-top: 8px;