fix: active note colors #102

Merged
verbiricha merged 1 commits from fix into main 2023-01-20 10:24:15 +00:00

View File

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