Fixed: muted text in poll notifications wasn't properly styled
This commit is contained in:
parent
808ac3ceef
commit
71fb573e0d
4 changed files with 12 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue