forked from treehouse/mastodon
parent
458db4333a
commit
387f253f31
|
@ -191,3 +191,15 @@
|
||||||
color: darken($simple-background-color, 14%);
|
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…
Reference in New Issue