Fixed Some Bugs

This commit is contained in:
2025-08-17 15:05:44 +05:30
parent f8a0e82076
commit b362d10519
16 changed files with 549 additions and 306 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const attributes = Astro.props;
</head>
<body
class={cn(
"bg-white dark:bg-neutral-700 text-black dark:text-white",
"wr:bg-white wr:dark:bg-background wr:text-black wr:dark:text-white",
attributes.class,
)}
{...attributes}