Fix: unvisible leading choice when shared polls

This commit is contained in:
cutls
2019-12-13 02:07:33 +09:00
parent af459aa93a
commit f30749d752
3 changed files with 7 additions and 5 deletions

View File

@@ -705,7 +705,8 @@ p:not(:last-child) {
position: relative;
}
.maxVoter {
background-color: var(--shared);
background-color: var(--emphasized);
filter: brightness(120%);
}
.ownMark img {
width: 1.2rem !important;