aboutsummaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index b937eeb..8b6c67e 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -201,6 +201,8 @@ input[type="submit"].delete-voter-btn {
padding: 0;
}
+/* This is to fix a CSS specificity issue with the .most-voted class */
+.most-voted,
.vote-table tr th.most-voted {
background-color: #ffcd0455 !important;
}