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

@@ -4,11 +4,16 @@
}
.attachmentButton:not([class*=bp4-intent-]) {
--x-background-color: #fff;
--x-border-color: rgb(206, 212, 218);
--x-border-color: rgba(255, 255, 255, 0.1);
&,
&:hover{
background-color: #fff;
}
border: 1px solid rgb(206, 212, 218);
border: 1px solid var(--x-border-color);
}
.attachmentField :global .bp4-label{