From 53aa95c9c268e49989b48e4c2471c9ed7a8fb876 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 31 Mar 2025 15:42:25 -0700 Subject: [PATCH] fix: tweak the colours a bit --- src/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 55258f3..15e107f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -112,8 +112,8 @@ styles.innerHTML = ` } :root { - --foreground: #db7093; - --background: #ffefefbb; + --foreground: #2a0a18; + --background: #ffb6c1bb; } * { @@ -191,8 +191,8 @@ a { align-items: center; } .is-dark { - --foreground: #ffefef; - --background: #db7093bb; + --foreground: #ffb6c1; + --background: #2a0a18bb; } @media screen and (prefers-reduced-motion) { #footer-badge-container {