diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-06-04 14:12:59 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 6aac800cb587f83902923586217b9df446076d16 (patch) | |
| tree | 5a773b81c962b7e7cbbaa76378e35a93a90659f8 | |
| parent | 377e5a97f62d80a7c47c55358f6e1cd3ccedef17 (diff) | |
Fix css specificity issue
| -rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
