diff options
| -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; } |
