From 633f556eef6ff19e85574f40c95c2fffb733ab91 Mon Sep 17 00:00:00 2001 From: Remus <127229497+RemusDBD@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:36:44 +0800 Subject: [PATCH] Update default.css --- assets/css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 5e8b018..4d07d9d 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -44,7 +44,7 @@ body { .sidebar .nav-sub-link { font-weight: 400; - color: #080808; + color: #ffffff; padding-top: 0; padding-bottom: 0.3em; padding-left: 0.5em; @@ -52,7 +52,7 @@ body { } .sidebar .nav-sub-link:hover { - color: #f0f0f0; + color: #00ff2a; animation: none; } @@ -67,7 +67,7 @@ body { .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather { - color: inherit; + color: #00ff22; } .sidebar-heading {