diff --git a/hugo-site/themes/freenet/assets/css/freenet.css b/hugo-site/themes/freenet/assets/css/freenet.css index 9bdf2c7f..5c415246 100644 --- a/hugo-site/themes/freenet/assets/css/freenet.css +++ b/hugo-site/themes/freenet/assets/css/freenet.css @@ -36,6 +36,10 @@ } /* Box and date styling */ +.box { + background-color: #F8FAFC; +} + .box h2 { margin-bottom: 0.25rem; /* Reduced bottom margin */ } @@ -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 */