fix: active note colors

This commit is contained in:
Alejandro Gomez 2023-01-20 09:35:19 +01:00
parent aa0f849d09
commit 58a24f7434
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
1 changed files with 4 additions and 3 deletions

View File

@ -144,12 +144,13 @@
.note.active > .header .reply {
color: var(--font-secondary-color);
}
.note.active > .header > .info {
color: var(--font-secondary-color);
}
.note.active > .footer > .reaction-pill {
color: var(--font-seco666ndary-color);
color: var(--font-secondary-color);
}
.note.active > .footer > .reaction-pill.reacted {
color: var(--highlight);
}
}