mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:29:53 +01:00
Fix coloring of action toggle in new inbox entries
This commit is contained in:
parent
b3cbfc762b
commit
6c38f61d5c
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
.text-muted {
|
||||
color: RGBA(var(--primary-text), 0.8) !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue