mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 18:33:20 +01:00
4 lines
95 B
SCSS
4 lines
95 B
SCSS
|
.list-group-item.active {
|
||
|
background-color: var(--primary);
|
||
|
border-color: var(--primary);
|
||
|
}
|