Improve styling

This commit is contained in:
grimsi
2025-03-30 12:11:38 +02:00
parent 1afa98fa33
commit 55818d4f37
+18
View File
@@ -11,3 +11,21 @@
@apply bg-primary-300 text-background/80; @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');
}