More Catppuccin colours, colour links by default

This commit is contained in:
2025-02-16 11:49:06 +01:00
parent 1b3c6c629e
commit 22cdc634f9
13 changed files with 70 additions and 40 deletions

View File

@ -16,10 +16,10 @@ const {
} = Astro.props
---
<label class="flex flex-col">
<label class="flex flex-col w-full">
{label}
<input
class="input input-bordered w-full"
class="input input-bordered w-full bg-cat-base"
type={type}
name={name}
required={required}