Merge pull request #192 from Retrospring/fix/dropdown-menu-text-on-new-inbox-entries

Fix unreadable text on unread inbox entries
This commit is contained in:
Karina Kwiatek 2021-08-12 23:23:08 +02:00 committed by GitHub
commit bf14f739ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {