made dark mode darker (and less washed out)
All checks were successful
/ web (push) Successful in 26s
All checks were successful
/ web (push) Successful in 26s
This commit is contained in:
parent
53819e301e
commit
6d51143205
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
body.dark-mode {
|
body.dark-mode {
|
||||||
color: #d8d8d8;
|
color: #d8d8d8;
|
||||||
background-color: #222222;
|
background-color: #101010;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .jumbotron {
|
body.dark-mode .jumbotron {
|
||||||
background-color: #404142;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .list-display {
|
body.dark-mode .list-display {
|
||||||
background-color: #404142;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .card {
|
body.dark-mode .card {
|
||||||
background-color: #3d3d3d !important;
|
background-color: #343a40 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .text-muted {
|
body.dark-mode .text-muted {
|
||||||
|
|
Loading…
Reference in a new issue