make switch button on settings visible for theme

This commit is contained in:
sovejero 2023-07-12 09:49:17 -03:00 committed by Ben Rog-Wilhelm
parent 285cb2b50c
commit 099d15b59b

View file

@ -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;
}