From 1022316d35329e8c20237795441ad1133a051ec6 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 3 Apr 2025 00:46:47 -0700 Subject: [PATCH] feat: new colours --- src/styles/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/style.css b/src/styles/style.css index 366a51d..2c1f132 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1,13 +1,13 @@ :root { - --primary-color: #db7093; - --background-color: #ffefefee; - --sl-color-text-accent: #db7093; + --primary-color: #2a0a18; + --background-color: #ffb6c1ee; + --sl-color-text-accent: #2a0a18; } html[data-theme="dark"] { - --primary-color: #ffefef; - --background-color: #db7093ee; - --sl-color-text-accent: #ffefef; + --primary-color: #ffb6c1; + --background-color: #2a0a18ee; + --sl-color-text-accent: #ffb6c1; } .main-frame::before {