This commit is contained in:
Ahmed Bouhuolia
2025-08-06 16:13:24 +02:00
parent 6393f30735
commit ffff3a6872
30 changed files with 243 additions and 106 deletions

View File

@@ -60,6 +60,8 @@ $ns: bp4;
--color-ui-menu-select-item-hover-background: #edeff2;
--color-ui-menu-select-item-active-background: var(--color-primary);
--color-app-background: #fff;
// Splash screen.
--color-splash-screen-background: #fff;
@@ -341,6 +343,9 @@ body.bp4-dark {
--color-ui-menu-select-item-hover-background: rgba(143, 153, 168, .15);
--color-ui-menu-select-item-active-background: var(--color-primary);
// App
--color-app-background: var(--color-dark-gray1);
// Splash screen.
--color-splash-screen-background: #fff;
--color-splash-screen-background: var(--color-dark-gray1);