[Glitch] Add muted style for polls in web UI

Port 5b50c2cbaa to glitch-soc
remotes/1700548219064219628/signup-info-prompt
Eugen Rochko 2019-03-12 22:08:18 +01:00 committed by Thibaut Girka
parent 458db4333a
commit 387f253f31
1 changed files with 12 additions and 0 deletions

View File

@ -191,3 +191,15 @@
color: darken($simple-background-color, 14%);
}
}
.muted .poll {
color: $dark-text-color;
&__chart {
background: rgba(darken($ui-primary-color, 14%), 0.2);
&.leading {
background: rgba($ui-highlight-color, 0.2);
}
}
}