diff --git a/src/element/Note.css b/src/element/Note.css index 035348f42..41fb2f0b3 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -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); } }