wip darkmode

This commit is contained in:
Ahmed Bouhuolia
2025-08-04 12:25:27 +02:00
parent 456a9e1ad9
commit d9a716a46f
170 changed files with 2006 additions and 1018 deletions

View File

@@ -40,6 +40,8 @@
.App {
min-width: 1100px;
min-height: 100vh;
background-color: $app-bg;
}
// =======
@@ -254,7 +256,7 @@ html[lang^='ar'] {
}
.bp4-drawer {
border-left: 1px solid #00115e;
border-left: 1px solid var(--color-drawer-border-left);
}
.drawer-portal {