diff --git a/src/app/app.component.html b/src/app/app.component.html index 56c0273..b36c61e 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,6 +1,7 @@
-
@if (isSidebarOpen) { diff --git a/src/styles.scss b/src/styles.scss index ae70932..15e23a4 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -21,9 +21,9 @@ main { html, body, +div.below-topbar, main, -content, -sidebar { +content { background-color: var(--mat-sys-background); color: var(--mat-sys-on-background); }