diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index ae28727..7c3e850 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -7,7 +7,7 @@ export default function Header() { return (
- +

Ivy

diff --git a/src/styles.tsx b/src/styles.tsx index 62fd1ee..e090fe6 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -47,7 +47,7 @@ const styles: { [key: string]: React.CSSProperties } = { fontWeight: "bold", }, logo_title: { - color: "#6c9575", + color: "#80b38b", fontSize: 26, fontWeight: "bold", },