Skip to content

Commit

Permalink
Lists we're not styled uniformly list-groups being different
Browse files Browse the repository at this point in the history
This darkens the lines of the list groups and also makes sure text
in list groups is readable in dark mode.
  • Loading branch information
rjd22 committed May 19, 2021
1 parent 31007d3 commit 9c34d2e
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 9c34d2e

Please sign in to comment.