summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-08 09:00:20 +0200
committerMartin Fischer <martin@push-f.com>2022-10-08 09:14:25 +0200
commitddc0fd1c8399c225f9a198614d6f1dfc98bdcbdc (patch)
tree3789bc2362786369fef905036dc59ffe073880c1 /resources
parent3cd1539ad81868242b17b4d163d105483dc84983 (diff)
gray out superseded votes
Thanks to waldyrious for the suggestion!
Diffstat (limited to 'resources')
-rw-r--r--resources/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/style.css b/resources/style.css
new file mode 100644
index 0000000..a9ded0f
--- /dev/null
+++ b/resources/style.css
@@ -0,0 +1,3 @@
+.uncounted-vote {
+ color: #777;
+}