From 76abb7cada4e656934336f36c2044062da8f427c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 4 Jun 2024 13:13:23 +0300 Subject: Highlight most voted options --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 770bd87..a3d3d3d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -194,3 +194,7 @@ input[type="submit"].delete-voter-btn { background: none; padding: 0; } + +.most-voted { + background-color: #ffcd0455 !important; +} -- cgit v1.3