Files
metube/ui/src/styles.sass
Robert Smits c64dda8ca7 Fix theme handling and auto theme
This commit fixes the client side theme selection being overwritten by the backend and adds a selectable auto theming option.
2023-10-01 18:23:11 +02:00

12 lines
372 B
Sass

/* You can add global styles to this file, and also import other style files */
/* Importing Bootstrap SCSS file. */
@import 'node_modules/bootstrap/scss/bootstrap'
@import '~@ng-select/ng-select/themes/default.theme.css'
.navbar
background-color: var(--bs-dark) !important
[data-bs-theme="dark"] &
background-color: var(--bs-dark-bg-subtle) !important