mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-16 07:49:06 +02:00
update daisyui
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
@import 'tailwindcss';
|
||||
|
||||
/*
|
||||
The default border color has changed to `currentColor` in Tailwind CSS v4,
|
||||
so we've added these compatibility styles to make sure everything still
|
||||
looks the same as it did with Tailwind CSS v3.
|
||||
|
||||
If we ever want to remove these styles, we need to add an explicit border
|
||||
color utility to any element that depends on these defaults.
|
||||
*/
|
||||
@layer base {
|
||||
*,
|
||||
::after,
|
||||
::before,
|
||||
::backdrop,
|
||||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentColor);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@plugin "daisyui" {
|
||||
themes: light --default, dark --prefersdark, light, dark, cyberpunk, synthwave, retro, coffee, dracula;
|
||||
}
|
||||
|
@@ -37,7 +37,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="dropdown mb-8">
|
||||
<div class="dropdown mb-6">
|
||||
<select
|
||||
bind:value={current_theme}
|
||||
data-choose-theme
|
||||
|
Reference in New Issue
Block a user