diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:39:42 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:39:42 +0200 |
| commit | 58c013369988eb2f429977dc91f8e136694d0f29 (patch) | |
| tree | ac3c04445ec77459014f8f78d66b5cc8a0db4e45 | |
| parent | 8902b5ceefece96eacc64bd2af20059c9f6858f4 (diff) | |
Made the navy blue lighter
| -rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index dcf4e59..652674b 100644 --- a/src/style.css +++ b/src/style.css @@ -1,8 +1,8 @@ :root { - --navy: #080D24; + --navy: #0b1233; --gold: #C9A84C; --text: #EAE5DA; - --muted: #8B8A99; + --muted: #141933; --serif: 'Cormorant Garamond', serif; --sans: 'DM Sans', sans-serif; |
