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

@ -9,7 +9,8 @@ interface Props {
class?: string
}
const { title, class: clazz } = Astro.props
const mainClass = "grow max-w-[1000px] m-auto sm:min-w-[500px]"
const mainClass =
"grow max-w-[1000px] m-auto sm:min-w-[500px] not-sm:w-full px-5"
---
<!doctype html>