From 15b70784f112b986a0e8473404873e106c9403d2 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sat, 11 Dec 2021 15:58:25 +0100 Subject: [PATCH] fix: correct the color of the navbar items at the top --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1daa400d..5081c551 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ blockquote { border-left: 4px solid rgba(128, 128, 128, 0.3); } -.nav-link { +.nav-tabs * .nav-link { background-color: var(--bs-body-bg) !important; border-color: rgba(128, 128, 128, 0.3) !important; border-bottom-color: transparent !important;