From 75648c61378128ddd6f3cb2be2af2eb358824cbb Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Mon, 12 May 2025 08:44:26 -0700 Subject: [PATCH] better logo --- src/App.tsx | 2 +- src/components/icons/HandyTextLogo.tsx | 50 +++++++++++++++++--------- 2 files changed, 35 insertions(+), 17 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e56e140..fa0bcf1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -45,7 +45,7 @@ function App() { )} - + ); diff --git a/src/components/icons/HandyTextLogo.tsx b/src/components/icons/HandyTextLogo.tsx index c3483e0..c32e2e2 100644 --- a/src/components/icons/HandyTextLogo.tsx +++ b/src/components/icons/HandyTextLogo.tsx @@ -14,72 +14,90 @@ const HandyTextLogo = ({ viewBox="0 0 930 328" fill="none" xmlns="http://www.w3.org/2000/svg" - style={{ - "--text-color": "#382731", - "@media (prefers-color-scheme: dark)": { - "--text-color": "#fbfbfd" - } - } as React.CSSProperties} > +