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 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css') 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; } -- cgit v1.2.3