feat: site-wide dark mode (Tailwind class strategy); ThemeToggle island in header; persist preference; adjust brand-surface for dark

This commit is contained in:
2025-08-08 23:26:13 +02:00
parent a0ab66189a
commit c8c550a00b
5 changed files with 58 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
// tailwind.config.mjs
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {