Skip to content

Commit 7d62d5f

Browse files
committed
updated Guppyfisher dual fonts in logo
1 parent e658d60 commit 7d62d5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const currentPath = Astro.url.pathname;
7070
gap: 0.1rem;
7171
}
7272

73-
.logo-guppy { color: var(--ink); }
74-
.logo-fisher { color: var(--accent); }
73+
.logo-guppy { color: var(--accent); }
74+
.logo-fisher { color: var(--accent2); }
7575

7676
.logo-fish {
7777
display: inline-block;

src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:root {
22
--ink: #0d0f14;
33
--paper: #f4f0e8;
4-
--accent: #00c896;
5-
--accent2: #ff5c3a;
4+
--accent: #469d9b;
5+
--accent2: #114c8b;
66
--muted: #8a8070;
77
--card: #ffffff;
88
--border: #d8d0c0;

0 commit comments

Comments
 (0)