Remove commented-out code

This commit is contained in:
Dominik Mielcarek 2023-09-12 23:53:16 +02:00 committed by shamoon
parent 5573c224d3
commit abd896868f

View File

@ -306,19 +306,3 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
} }
} }
//@media (prefers-color-scheme: dark) {
// :root {
// // no custom theme color
// &:not(.primary-light):not(.primary-dark) {
// @include paperless-green-dark-mode;
//
// .navbar.bg-primary {
// // navbar is og green in dark mode
// @include paperless-green;
// }
// }
//
// @include dark-mode;
// }
//}