diff --git a/_sass/styles.scss b/_sass/styles.scss index c8a6d69f..36b12ee6 100644 --- a/_sass/styles.scss +++ b/_sass/styles.scss @@ -1,9 +1,5 @@ @import "admonition"; -:root { - --bs-list-group-bg: #var(--navbar-col); -} - body { font-family: 'Open Sans', sans-serif; } @@ -163,3 +159,8 @@ table tr:nth-child(2n) { .list-group-item.bg-dark a:hover { text-decoration: underline; } + +/* list groups */ +.list-group { + --bs-list-group-bg: var(--navbar-col); +}