mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
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
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
a {
|
||||
color: RGB(var(--primary-text));
|
||||
|
||||
&.dropdown-item {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
|
|
Loading…
Reference in a new issue