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:
Diffstat (limited to 'assets/scss/common/_dark.scss')
-rw-r--r--assets/scss/common/_dark.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/common/_dark.scss b/assets/scss/common/_dark.scss
index 91de923..2f77262 100644
--- a/assets/scss/common/_dark.scss
+++ b/assets/scss/common/_dark.scss
@@ -571,6 +571,10 @@ $navbar-dark-active-color: $link-color-dark;
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28222, 226, 230, 0.75%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
+[data-dark-mode] #toc a.active {
+ color: $link-color-dark;
+}
+
[data-dark-mode] .btn-light {
color: $link-color-dark;
background: $body-overlay-dark;