Fix unreadable text on unread inbox entries

This commit is contained in:
Karina Kwiatek 2021-08-12 23:14:05 +02:00
parent b2c3a9b596
commit c5414ae156
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
a {
color: RGB(var(--primary-text));
&.dropdown-item {
color: inherit;
}
}
.text-muted {