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:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-18 17:03:38 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-18 17:03:38 +0300
commitaa0b09824cfa5c49ae28238ea3fa80ce7c2e2696 (patch)
treee7f98f02ec459a92e865df7dd71a7243d858461b /assets/scss/dark-mode.scss
parent034c91a29a94e8ccb34da4f1c1ee747d7be12219 (diff)
Remove forced highlight style, and change the style of new Valine.
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