CSS tweaks, fixing text render contrast

This commit is contained in:
Darius Kazemi 2023-01-02 10:54:19 -08:00
parent 2ccb6d4529
commit 73afe0e0ea
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,11 @@
}
}
.reply-indicator__content,
.reply-indicator__display-name {
color: $white;
}
.rich-formatting a,
.rich-formatting p a,
.rich-formatting li a,
@ -323,6 +328,10 @@ a.mention.hashtag {
color: $mint;
}
.reply-indicator {
background: $purplescrollbar;
}
a.mention,
.notification__message .fa {
color: $pink;