From 215aac15f443b6a924670a6a8a81da37b982d7f9 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sat, 19 Sep 2026 19:32:24 -0700 Subject: Add stuff to the navbar --- css/desktop/header.css | 10 ++++++++++ html/header.html | 8 +++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/css/desktop/header.css b/css/desktop/header.css index ad7afb8..0364bfa 100755 --- a/css/desktop/header.css +++ b/css/desktop/header.css @@ -50,4 +50,14 @@ display: flex; align-items: center; border-bottom: 1px solid #98A5B0; + justify-content: space-between; +} + +.header .navbar a { + text-decoration: none; + color: black; +} + +.header .navbar a:hover { + text-decoration: underline; } diff --git a/html/header.html b/html/header.html index 5035bfa..827ac18 100755 --- a/html/header.html +++ b/html/header.html @@ -28,6 +28,12 @@ -- cgit v1.2.3