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
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-19 03:25:37 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-19 03:25:37 +0300
commitf47ba7b246b44d333b59e67b3fe3af16af6f4fbe (patch)
tree2f1642cee81e586ea6aa500d95471e4cd69445d4 /assets
parent035ea58de5595969703bdd6299a44638491c34da (diff)
Fix uncovered post-head-wrapper-text-only in dark mode.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/dark-mode.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/scss/dark-mode.scss b/assets/scss/dark-mode.scss
index 7772287..634bd0b 100644
--- a/assets/scss/dark-mode.scss
+++ b/assets/scss/dark-mode.scss
@@ -99,6 +99,9 @@ body.night {
}
}
.stream-container {
+ .post-head-wrapper-text-only *{
+ color: $dark-mode-text;
+ }
.post{
background: $dark-mode-front-container-background;
@media screen and (max-width: $single-column-max-width) {