Fix default text color of list group actions

This commit is contained in:
Andreas Nedbal 2020-05-04 20:47:00 +02:00
parent d93548891d
commit a3a1250dcf
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
}
.list-group-item-action {
color: RGB(var(--body-text));
&:hover, &:focus {
background-color: var(--raised-accent);
}