style: add bottom margin to navbar

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-13 18:43:36 +02:00
co-authored by Copilot
parent 94517a0ef4
commit 3dbed2bbf6
+3
View File
@@ -110,6 +110,9 @@ a:hover { color: #fff; text-decoration: none; }
}
/* Navbar text color override */
#server-header {
margin-bottom: 1rem;
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.85);
}