Improve styling

This commit is contained in:
grimsi
2025-03-30 12:11:38 +02:00
parent 1afa98fa33
commit 55818d4f37
+18
View File
@@ -10,4 +10,22 @@
.button-secondary {
@apply bg-primary-300 text-background/80;
}
}
/* Custom CSS */
/* Overwrite default Hilla styles (e.g. loading indicator) */
:root {
--lumo-primary-color: theme('colors.primary');
}
/* List box drag & drop */
.react-aria-ListBoxItem {
&[data-dragging] {
opacity: 0.6;
}
}
.react-aria-DropIndicator[data-drop-target] {
outline: 1px solid theme('colors.primary');
}