From b186d2540364fba027bfe9d0a5bda0dc2d06aa9a Mon Sep 17 00:00:00 2001 From: anarsec Date: Mon, 25 Nov 2024 11:36:40 -0500 Subject: [PATCH] nav styling --- themes/DeepThought/sass/deep-thought.sass | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index f478647..e8ad8e2 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -587,14 +587,20 @@ a cursor: pointer .dropdown - padding: .5rem .75rem + padding: 0 !important .nav - padding: .5rem .75rem + padding: 1rem .75rem .nav-left margin-left: 0 !important +.navbar-item:hover + color: #4a4a4a !important + +.navbar-item:focus-within + color: #4a4a4a !important + .dropdown .dropdown-content text-align: center