Fixed: muted text in poll notifications wasn't properly styled

This commit is contained in:
Niléane 2023-10-11 12:06:10 +02:00
commit 71fb573e0d
No known key found for this signature in database
4 changed files with 12 additions and 0 deletions

View file

@ -1413,6 +1413,9 @@ body.layout-single-column {
.layout-single-column .muted .poll__chart.leading {
opacity: 1;
}
.layout-single-column .muted .poll {
color: var(--color-content-fg-muted);
}
.layout-single-column .poll__footer {
color: var(--color-content-fg);
}