update-bg #17

Merged
werewolfkid merged 3 commits from update-bg into main 2025-10-11 18:00:39 -04:00
Showing only changes of commit 0531f302a1 - Show all commits

View File

@@ -12,7 +12,7 @@ export const metadata: Metadata = {
const colorScheme = {
primary: "cyan",
secondary: "cyan.600",
bg: "cyan.950",
bg: "teal.950",
button: "#5bbdbc",
buttonText: "gray.950"
};