From 78c7e9e73c16d88a109d3981454577ab499fee7a Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 7 Aug 2025 23:37:49 +1000 Subject: [PATCH] put navbar on the top of the page --- _includes/base.html | 7 +++++++ bundle.css | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/_includes/base.html b/_includes/base.html index f24dbc0..e24b361 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -10,6 +10,13 @@ + +

astolfo! diff --git a/bundle.css b/bundle.css index bd9f14e..e0b82a4 100644 --- a/bundle.css +++ b/bundle.css @@ -133,7 +133,23 @@ header a:hover { * nav/sidebar */ +nav { + list-style-type: none; + justify-content: space-evenly; + display: flex; +} +nav a { + color: var(--text) !important; +} + +nav a:hover { + color: var(--accent2); + background-color: inherit; + transform: none; + scale: 100%; + rotate: 0deg; +} /* * footer