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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/dark-mode.scss')
-rw-r--r--assets/scss/dark-mode.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/assets/scss/dark-mode.scss b/assets/scss/dark-mode.scss
index f46da00..7b26eb0 100644
--- a/assets/scss/dark-mode.scss
+++ b/assets/scss/dark-mode.scss
@@ -195,8 +195,13 @@ body.night {
color: $light-accent !important;
}
}
- // Hack of Valine
- .vsys{
- background: none;
+
+ .vwrap * {
+ color: $dark-mode-text !important;
+ }
+
+ .vcontent p {
+ color: $dark-mode-text !important;
}
+
} \ No newline at end of file