You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frontend/src/app/app.component.scss

27 lines
414 B

.sidebar {
max-width: 20em !important;
}
@media (prefers-color-scheme: no-preference) {
ion-toolbar {
--background: black;
color: white;
}
:root {
--background: black;
}
}
@media (prefers-color-scheme: dark) {
:root {
--background: black;
color: white;
}
}
/* Fallback for older browsers or manual mode */
.dark {
--background: black !important;
color: white !important;
}