From 2c0657c8c7a1c924e8b6b93f6d589c531233e779 Mon Sep 17 00:00:00 2001 From: steskelt Date: Fri, 23 Feb 2024 12:34:01 -0500 Subject: [PATCH] halfmoon --- _layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 1485747..8fa914b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,12 +43,13 @@ margin-top: 2px; margin-bottom: 2px; border: 1px solid #6c757d; + padding-left: 10px; } .nav-link:hover { background-color: #ed2c8a; color: white; } - .nav-link.active { + .sidebar-nav .nav-link.active { background-color: rgb(104, 66, 207); color: #6c757d; }