Skip to content

Commit

Permalink
Merge pull request #857 from rjd22/make-lists-styling-uniform
Browse files Browse the repository at this point in the history
Lists we're not styled uniformly list-groups being different
  • Loading branch information
rjd22 committed Oct 27, 2021
2 parents d03e18d + 9c34d2e commit 0b46598
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/scss/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
background-color: $dark-mode-darken;
}

.text-body {
color: $dark-mode-text;
}

.card,
.card-footer,
.card-stacked::after,
Expand Down Expand Up @@ -94,7 +98,11 @@
background: transparent;
}

.list-group-item,
.list-group-item {
color: $dark-mode-text;
border-color: $border-color-transparent;
}

.form-fieldset {
border-color: $input-border-color;
}
Expand Down

0 comments on commit 0b46598

Please sign in to comment.