CSS tweaks, fixing text render contrast
This commit is contained in:
parent
2ccb6d4529
commit
73afe0e0ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue