Updated New color Schene

This commit is contained in:
2025-08-19 15:54:50 +05:30
parent 8b1b3f2c78
commit eb6e6faf5b
3 changed files with 138 additions and 41 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const attributes = Astro.props;
</head>
<body
class={cn(
"wr:bg-white wr:dark:bg-background wr:text-black wr:dark:text-white",
"wr:bg-white wr:dark:bg-background-800 wr:text-black wr:dark:text-white",
attributes.class,
)}
{...attributes}