make switch button on settings visible for theme
This commit is contained in:
parent
285cb2b50c
commit
099d15b59b
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
--gray-800: #1e293b;
|
||||
--gray-900: #0f172a;
|
||||
--background: #2d3c50;
|
||||
--white: #fff;
|
||||
}
|
||||
|
||||
body, .container.transparent, .card {
|
||||
|
@ -141,3 +142,11 @@ color: var(--gray-700);
|
|||
#frontpage .post-title a:visited, .visited {
|
||||
color: #6e6e6e !important;
|
||||
}
|
||||
|
||||
.custom-switch .custom-control-label::after {
|
||||
background-color: var(--white);
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
background-color: var(--background) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue