Skip to content

Commit 0651cfc

Browse files
committed
nn
1 parent 59f254f commit 0651cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body{
1818
}
1919
.navbar {
2020
height: 5rem;
21-
background-color: white;
21+
background-color: whitesmoke !important;
2222
}
2323
.fa-compass{
2424
color: #fe424d;

views/includes/navbar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="navbar navbar-expand-md bg-body-light bg-light border-bottom sticky-top">
1+
<nav class="navbar navbar-expand-md bg-white border-bottom sticky-top">
22
<div class="container-fluid">
33
<a class="navbar-brand" href="/listings"><i class="fa-solid fa-compass"></i></a>
44
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup">

0 commit comments

Comments
 (0)