Skip to content

Commit f953afc

Browse files
fix(style): alternate fix for list-group styling (#264)
1 parent df66239 commit f953afc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_sass/styles.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@import "admonition";
22

3-
:root {
4-
--bs-list-group-bg: #var(--navbar-col);
5-
}
6-
73
body {
84
font-family: 'Open Sans', sans-serif;
95
}
@@ -163,3 +159,8 @@ table tr:nth-child(2n) {
163159
.list-group-item.bg-dark a:hover {
164160
text-decoration: underline;
165161
}
162+
163+
/* list groups */
164+
.list-group {
165+
--bs-list-group-bg: var(--navbar-col);
166+
}

0 commit comments

Comments
 (0)