Fix coloring of action toggle in new inbox entries

This commit is contained in:
Andreas Nedbal 2024-03-02 21:48:37 +01:00 committed by Andreas Nedbal
parent b3cbfc762b
commit 6c38f61d5c
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
.text-muted {
color: RGBA(var(--primary-text), 0.8) !important;
}
.btn {
color: inherit;
}
}
}