From abbd2bc93577f37f2cdbb272d459cf4c202508c8 Mon Sep 17 00:00:00 2001 From: AmazingRise <8315221+AmazingRise@users.noreply.github.com> Date: Thu, 14 Apr 2022 22:15:32 +0800 Subject: Fixed some night mode issues --- assets/scss/dark-mode.scss | 9 +++++++++ assets/scss/journal.scss | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/scss/dark-mode.scss b/assets/scss/dark-mode.scss index 6dce39d..00aa4d0 100644 --- a/assets/scss/dark-mode.scss +++ b/assets/scss/dark-mode.scss @@ -256,4 +256,13 @@ body.night { .gsc-control-searchbox-only table * { color: black !important; } + + .tags { + .tag a { + color: white; + span { + color: white; + } + } + } } diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss index 63c329e..b7e7c44 100644 --- a/assets/scss/journal.scss +++ b/assets/scss/journal.scss @@ -711,9 +711,9 @@ a { } //transition: all 0.2s linear; - * { - transition: all 0.2s linear; - } + // * { + // transition: all 0.2s linear; + // } &:not(.post-item-wrapper-no-hover):hover { text-decoration: none; background: rgba(0, 0, 0, 0.03); -- cgit v1.2.3