From 3072896164472778f2f07bf22df512a6ad593f81 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Fri, 31 Dec 2021 16:21:24 +0100 Subject: [PATCH] fix: no transparent header and footer on dark mode --- styles/dark.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/styles/dark.scss b/styles/dark.scss index f7ad4a22..4192f7b0 100644 --- a/styles/dark.scss +++ b/styles/dark.scss @@ -1,4 +1,4 @@ -.dark > * { +.dark { .navbar.bg-light { background-color: var(--bs-body-bg) !important; } @@ -7,7 +7,9 @@ background-color: var(--bs-dark) !important; } - .description a { - color: #159bd4 !important; + > * { + .description a { + color: #159bd4 !important; + } } } \ No newline at end of file