From 6690512e7535b9db1257a0fcdb98a41cba869210 Mon Sep 17 00:00:00 2001 From: Jason Antwi-Appah Date: Sat, 21 Oct 2023 19:31:38 -0500 Subject: [PATCH] Reenable color switching --- styles/palettes.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/palettes.module.css b/styles/palettes.module.css index a63ef0e..3595215 100644 --- a/styles/palettes.module.css +++ b/styles/palettes.module.css @@ -1,4 +1,4 @@ -/* .maroonPeach { +.maroonPeach { --background: #391021; --accent: #fcd34d; --foreground: #ffffffdd; @@ -14,10 +14,10 @@ --background: #4A441E; --accent: #fcd34d; --foreground: #ffffffde; -} */ +} .purpleBlue { --background: #420937; --accent: #4AB0C9; --foreground: #ffffffde; -} \ No newline at end of file +}