Skip to content

Commit cf4e218

Browse files
committed
fix: list-group-item-dark should have white text
Fixes: #268
1 parent 30f9477 commit cf4e218

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

dist/css/modus-bootstrap.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/modus-bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/modus-bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/modus-bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_list-group.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@
219219
}
220220
}
221221

222+
.list-group-item-dark {
223+
color: var(--bs-white);
224+
}
225+
222226
@if $enable-dark-mode {
223227
@include color-mode(dark) {
224228
.list-group-item {

0 commit comments

Comments
 (0)