mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
Fix unreadable text on unread inbox entries
This commit is contained in:
parent
b2c3a9b596
commit
c5414ae156
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