feat: sidebar items darkmode

This commit is contained in:
Ahmed Bouhuolia
2025-10-18 16:04:49 +02:00
parent 54400b223f
commit c1c8097c92
4 changed files with 22 additions and 10 deletions

View File

@@ -44,13 +44,16 @@
@import 'pages/fonts';
@import "section";
body {
background-color: var(--color-app-body);
overflow: hidden;
}
// App
.App {
min-width: 1100px;
min-height: 100vh;
background-color: var(--color-app-background);
}
// =======
body.hide-scrollbar .Pane2 {