Small fix for Mastodon

This commit is contained in:
Roboron3042 2020-07-30 15:53:13 +02:00
parent f4e44d9fc5
commit d7d8cce878
1 changed files with 9 additions and 0 deletions

View File

@ -404,6 +404,15 @@ body {
a.status-card.compact:hover {
background-color: rgba(19, 62, 124, .6);
}
.reactions-bar__item {
background: #091833;
}
.reactions-bar__item:hover {
background: #711c91;
}
.reactions-bar__item__count {
color: #0abdc6;
}
/* 5. Notification Column */
.status.status-direct:not(.read) {