diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-06-04 13:13:23 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 76abb7cada4e656934336f36c2044062da8f427c (patch) | |
| tree | 6d594f464aeb959f1123d8f944cfa09d6ae79c87 /static/styles.css | |
| parent | bbdc769b707cf071ebfddd70bff511ade58bfc08 (diff) | |
Highlight most voted options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |
