From 6aac800cb587f83902923586217b9df446076d16 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 4 Jun 2024 14:12:59 +0300 Subject: Fix css specificity issue --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 2765d9e..b937eeb 100644 --- a/static/styles.css +++ b/static/styles.css @@ -201,6 +201,6 @@ input[type="submit"].delete-voter-btn { padding: 0; } -.most-voted { +.vote-table tr th.most-voted { background-color: #ffcd0455 !important; } -- cgit v1.3