diff --git a/input.css b/input.css index 817b0e4..7a89382 100644 --- a/input.css +++ b/input.css @@ -1,6 +1,7 @@ @import 'tailwindcss'; @source './static/**/*.js'; +@source './template/**/*.templ'; @theme { --animate-fade: fadeOut 0.25s ease-in; @@ -15,20 +16,3 @@ } } -/* - 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); - } -} diff --git a/template/auth/delete_account.templ b/template/auth/delete_account.templ index 959a93f..384bace 100644 --- a/template/auth/delete_account.templ +++ b/template/auth/delete_account.templ @@ -12,7 +12,7 @@ templ DeleteAccountComp() {

Are you sure you want to delete your account? This action is irreversible.

-