Fix dark theme issues
This commit is contained in:
parent
55025d770c
commit
45ccbd64bf
12
css/dark.css
12
css/dark.css
|
@ -2,8 +2,8 @@ body {
|
||||||
background-color: rgb(41, 42, 45);
|
background-color: rgb(41, 42, 45);
|
||||||
}
|
}
|
||||||
|
|
||||||
body, a, .navbar, .nav-link, .navbar-brand, .list-group-item {
|
body, a, .navbar, .nav-link, .navbar-brand, .list-group-item, .text-muted {
|
||||||
color: #FAFAFA;
|
color: #FAFAFA !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler {
|
.navbar-toggler {
|
||||||
|
@ -14,15 +14,19 @@ body, a, .navbar, .nav-link, .navbar-brand, .list-group-item {
|
||||||
color: #d2d2d2 !important;
|
color: #d2d2d2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card, .modal-content, .navbar, .list-group-item {
|
.card, .modal-content, .navbar, .list-group-item-dark, .list-group-item:hover {
|
||||||
background-color: #3b3b3b !important;
|
background-color: #3b3b3b !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-group-item {
|
||||||
|
background-color: rgb(41, 42, 45);
|
||||||
|
}
|
||||||
|
|
||||||
.btn-close {
|
.btn-close {
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"], textarea {
|
input[type="text"], textarea, select {
|
||||||
background: #3b3b3b !important;
|
background: #3b3b3b !important;
|
||||||
color: #FAFAFA !important;
|
color: #FAFAFA !important;
|
||||||
border-color: #6c757d !important;
|
border-color: #6c757d !important;
|
||||||
|
|
Loading…
Reference in New Issue