From cf5dd6581e75a5947606e8f3ab2233e8b6978394 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 08:56:59 -0700 Subject: Seperate some stuff --- css/desktop/header.css | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'css/desktop/header.css') diff --git a/css/desktop/header.css b/css/desktop/header.css index 0364bfa..7b72c7c 100755 --- a/css/desktop/header.css +++ b/css/desktop/header.css @@ -42,22 +42,3 @@ .header .banner a { text-decoration: none; } - -.header .navbar { - height: 35px; - padding: 5px; - background-color: #CADCEB; - 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