Added new Theme Switcher and Color Switcher

This commit is contained in:
2025-08-16 22:49:21 +05:30
parent bfcc18de37
commit 54f602c938
6 changed files with 588 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { cn } from "../utils/cn";
const attributes = Astro.props;
---
<html lang="en" data-theme="" data-color="sunset">
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />