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-07-13 18:25:49 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-07-13 18:25:49 +0300
commitc2c31f4e379254722b32161cefb3668b3dba519b (patch)
treec88286b291d652421e9841a036080aacf481ba5b /assets
parentdf3b6684610d783fdd7f2525da1c31f3a9349ca3 (diff)
Fix pagination color issue in dark 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;
}
}