mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 08:15:44 +00:00
Improve styling
This commit is contained in:
@@ -11,3 +11,21 @@
|
||||
@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');
|
||||
}
|
||||
Reference in New Issue
Block a user