From 7ae52ae52110f8d227b7973e1cf9e3b167857991 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 3 Sep 2025 16:17:49 -0700 Subject: [PATCH] feat: update theme colours --- src/styles/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/styles/style.css b/src/styles/style.css index 058b7d9..66faae9 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1,13 +1,13 @@ :root { - --primary-color: #2a0a18; - --background-color: #ffb6c1ee; - --sl-color-text-accent: #2a0a18; + --primary-color: #8F2447; + --background-color: #E1F6F9DC; + --sl-color-text-accent: #8F2447; } html[data-theme="dark"] { - --primary-color: #ffb6c1; - --background-color: #2a0a18ee; - --sl-color-text-accent: #ffb6c1; + --primary-color: #E1F6F9; + --background-color: #8F2447ee; + --sl-color-text-accent: #E1F6F9; } .main-frame::before { @@ -113,4 +113,4 @@ starlight-theme-select, starlight-theme-select > label { #tree-nation-offset-website { display: inline; margin: 0 !important; -} \ No newline at end of file +}