summaryrefslogtreecommitdiff
path: root/css/desktop/header.css
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 08:56:59 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 08:56:59 -0700
commitcf5dd6581e75a5947606e8f3ab2233e8b6978394 (patch)
treeeb4f1fcfac1344ead1f3eb4531944c6e64e24792 /css/desktop/header.css
parent215aac15f443b6a924670a6a8a81da37b982d7f9 (diff)
Seperate some stuff
Diffstat (limited to 'css/desktop/header.css')
-rwxr-xr-xcss/desktop/header.css19
1 files changed, 0 insertions, 19 deletions
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;
-}