Make leading poll votes more prominent

This commit is contained in:
Lim Chee Aun 2023-01-13 15:44:42 +08:00
parent 1d4c604899
commit 45c107d403

View file

@ -645,9 +645,11 @@ a.card:is(:hover, :focus) {
.poll-option-votes { .poll-option-votes {
flex-shrink: 0; flex-shrink: 0;
font-size: 90%; font-size: 90%;
opacity: 0.75;
} }
.poll-option-leading .poll-option-votes { .poll-option-leading .poll-option-votes {
font-weight: bold; font-weight: bold;
opacity: 1;
} }
.poll-vote-button { .poll-vote-button {
margin-top: 8px; margin-top: 8px;