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>2022-04-14 17:15:32 +0300
committerAmazingRise <8315221+AmazingRise@users.noreply.github.com>2022-04-14 17:15:32 +0300
commitabbd2bc93577f37f2cdbb272d459cf4c202508c8 (patch)
tree015b6a6ef8bd7b444e7834ab4ba4818a1cbdf2cc
parent60c7d92f2591a8ccbbcc7a830c3251044892cefb (diff)
Fixed some night mode issues
-rw-r--r--assets/scss/dark-mode.scss9
-rw-r--r--assets/scss/journal.scss6
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);