Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-07-05 12:34:22 +0300
committerGitHub <noreply@github.com>2022-07-05 12:34:22 +0300
commitf9226af336e5fd5f8b15ffa071ece39c64b4e10c (patch)
tree37c37b50e637016439e615ef931ed21a3e131923
parente1b064d1f11c079fd54ea1fffb2320bb97793ee8 (diff)
Update _dark.scss
-rw-r--r--assets/scss/common/_dark.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/common/_dark.scss b/assets/scss/common/_dark.scss
index cacd363..2f77262 100644
--- a/assets/scss/common/_dark.scss
+++ b/assets/scss/common/_dark.scss
@@ -573,10 +573,10 @@ $navbar-dark-active-color: $link-color-dark;
[data-dark-mode] #toc a.active {
color: $link-color-dark;
+}
[data-dark-mode] .btn-light {
color: $link-color-dark;
background: $body-overlay-dark;
border: 1px solid $body-overlay-dark;
-
}