This commit is contained in:
Ahmed Bouhuolia
2025-08-31 17:18:50 +02:00
parent eebe98f43b
commit 9a89d90f6e
9 changed files with 85 additions and 48 deletions

View File

@@ -2,11 +2,11 @@
.root {
--x-color-background: var(--color-white);
--x-color-border: rgba(255, 255, 255, 0.2);
--x-color-border: hsla(0, 0%, 100%, 0.2);
:global(.bp4-dark) {
:global(.bp4-dark) & {
--x-color-background: transparent;
--x-color-border: var(--color-dark-gray1);
--x-color-border: rgba(255, 255, 255, 0.2);
}
&:global(.bp4-navbar){
background-color: var(--x-color-background);