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:
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/dark-mode.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/scss/dark-mode.scss b/assets/scss/dark-mode.scss
index b5cbf94..f2ef8e2 100644
--- a/assets/scss/dark-mode.scss
+++ b/assets/scss/dark-mode.scss
@@ -106,7 +106,10 @@ body.night {
@media screen and (max-width: $single-column-max-width) {
background: $dark-mode-back-container-background;
}
- .post-comment-wrapper *{
+ .post-pagination a:not([href]){
+ color: $dark-mode-text;
+ }
+ .post-comment-wrapper * {
color: $dark-mode-text;
}
}