[Glitch] Add muted style for polls in web UI

Port de50bc6def to glitch-soc
th-downstream
Eugen Rochko 6 years ago committed by Thibaut Girka
parent ac5169aa31
commit 177258aa57

@ -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);
}
}
}

Loading…
Cancel
Save