make switch button on settings visible for theme
This commit is contained in:
parent
1602e65e41
commit
45266bf269
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
--gray-800: #1e293b;
|
--gray-800: #1e293b;
|
||||||
--gray-900: #0f172a;
|
--gray-900: #0f172a;
|
||||||
--background: #2d3c50;
|
--background: #2d3c50;
|
||||||
|
--white: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, .container.transparent, .card {
|
body, .container.transparent, .card {
|
||||||
|
@ -141,3 +142,11 @@ color: var(--gray-700);
|
||||||
#frontpage .post-title a:visited, .visited {
|
#frontpage .post-title a:visited, .visited {
|
||||||
color: #6e6e6e !important;
|
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