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 +}