1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fixed ombi background wierdness

This commit is contained in:
GilbN 2021-11-03 21:42:15 +01:00
parent 0b05866d51
commit fff46c17fa

View File

@ -19,9 +19,10 @@ html,
body,
.wizard-background,
.content-container,
.mat-sidenav-container {
html, body, .wizard-background, .content-container, #main-container\ dark > mat-sidenav-container,
#main-container\ dark > mat-sidenav-container > mat-sidenav-content {
color: var(--text) !important;
background: var(--main-bg-color) !important;
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
@ -98,6 +99,9 @@ a:hover {
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
background: hsl(0deg 0% 0% / 25%);
}
#main-container\ dark > mat-sidenav-container > mat-sidenav-content > mat-toolbar > button {
color: rgb(var(--accent-color));
}
/* SIDE NAV */