Skip to content

Commit

Permalink
fix: ensure consistent background color for navbar and boxes in light…
Browse files Browse the repository at this point in the history
… mode
  • Loading branch information
sanity committed Nov 3, 2024
1 parent 25c4308 commit adc5daf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hugo-site/themes/freenet/assets/css/freenet.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
}

/* Box and date styling */
.box {
background-color: #F8FAFC;
}

.box h2 {
margin-bottom: 0.25rem; /* Reduced bottom margin */
}
Expand Down Expand Up @@ -172,6 +176,11 @@ p.page-end-spacer {
}
}

/* Navbar styling */
.navbar {
background-color: #F8FAFC;
}

/* Navbar brand with border */
.navbar-brand-with-border {
border-bottom: 1px solid #dbdbdb; /* Adjust the color and thickness as needed */
Expand Down

0 comments on commit adc5daf

Please sign in to comment.