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:
commit
bf14f739ae
|
@ -8,6 +8,10 @@
|
|||
|
||||
a {
|
||||
color: RGB(var(--primary-text));
|
||||
|
||||
&.dropdown-item {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
|
|
Loading…
Reference in New Issue