From 54460de431b7cbf0733bb3104c8266a9b8a08d10 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 8 Feb 2025 19:14:15 +0200 Subject: fix(views/archive): Rename topbar navbar class names Just in case --- views/archive/topbar.css | 12 ++++++------ views/archive/topbar.php | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/views/archive/topbar.css b/views/archive/topbar.css index d046da6..0ca8bb4 100644 --- a/views/archive/topbar.css +++ b/views/archive/topbar.css @@ -1,4 +1,4 @@ -.navbar { +.nwfh-navbar { display: flex; justify-content: space-between; align-items: center; @@ -13,27 +13,27 @@ z-index: 1000000; } -.navbar-info { +.nwfh-navbar-info { display: flex; justify-content: center; flex-grow: 1; } -.navbar-info span { +.nwfh-navbar-info span { margin-right: 15px; } -.navbar-links { +.nwfh-navbar-links { display: flex; gap: 20px; } -.navbar a { +.nwfh-navbar a { text-decoration: none; color: #007bff; } -.navbar a:hover { +.nwfh-navbar a:hover { text-decoration: underline; color: #66b3ff; } diff --git a/views/archive/topbar.php b/views/archive/topbar.php index 9bf52f7..dcdd744 100644 --- a/views/archive/topbar.php +++ b/views/archive/topbar.php @@ -11,8 +11,8 @@ $nextPageId = $currentPage->nextPageId(); ?> -