Restore accent color for notification icons
This commit is contained in:
parent
903a71595f
commit
e924bd294a
1 changed files with 3 additions and 0 deletions
|
|
@ -1643,6 +1643,9 @@ body.layout-single-column {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
color: var(--color-content-fg-bold);
|
color: var(--color-content-fg-bold);
|
||||||
}
|
}
|
||||||
|
.layout-single-column .notification__message .fa {
|
||||||
|
color: var(--color-accent);
|
||||||
|
}
|
||||||
.layout-single-column .notification__favourite-icon-wrapper {
|
.layout-single-column .notification__favourite-icon-wrapper {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue