From 8d8d0bf26deb0fac6bdf52da1cda8e33a4652c7d Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 2 Jun 2024 14:50:30 +0200 Subject: [PATCH] feat: refine colors --- src/components/Kitty.tsx | 4 ++-- src/index.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Kitty.tsx b/src/components/Kitty.tsx index 407ab2b..f099705 100644 --- a/src/components/Kitty.tsx +++ b/src/components/Kitty.tsx @@ -71,7 +71,7 @@ export const Kitty = (props: {
{props.children}
diff --git a/src/index.scss b/src/index.scss index 6688138..b2a46be 100644 --- a/src/index.scss +++ b/src/index.scss @@ -19,7 +19,7 @@ body { } *::selection { - background-color: #584e5a; + background-color: #58515c; } @font-face {