mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 18:37:50 +01:00
Fix default text color of list group actions
This commit is contained in:
parent
d93548891d
commit
a3a1250dcf
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item-action {
|
.list-group-item-action {
|
||||||
|
color: RGB(var(--body-text));
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
background-color: var(--raised-accent);
|
background-color: var(--raised-accent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue