From 1022090af4268a8e01d984c8365b7bf85e89ee28 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 30 Mar 2026 15:39:57 +0200 Subject: Made the nav bar follow the color with the rest of the site --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index 652674b..d0b6fce 100644 --- a/src/style.css +++ b/src/style.css @@ -22,7 +22,8 @@ nav { padding: 1rem 2rem; position: fixed; width: 100%; - background: rgba(8,13,36,0.9); + box-sizing: border-box; + background: rgba(from var(--navy) r g b / 0.9); } .nav-links { -- cgit v1.2.3