diff --git a/thrilling-adventures.html b/thrilling-adventures.html index ab17ce9d..2bbb416f 100644 --- a/thrilling-adventures.html +++ b/thrilling-adventures.html @@ -155,6 +155,21 @@ margin-right: auto; display: block; } + .header { + position: fixed; + top: 0; + width: 100%; + z-index: 1000; /* Ensures it stays on top of other content */ + margin-top: 45px; + margin-left: 9rem; +} + .navbar-link { + color: black !important; +} + +.dark-mode .navbar-link { + color: white !important; +}
@@ -181,187 +196,159 @@ -