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-04-11 15:24:44 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-04-11 15:24:44 +0300
commit71701bf856cb4529744fefb4f04867ee7780ba06 (patch)
tree602c70951a5f478fa331e7242eaba2eed4b700b8 /assets
parent1cc64d09b48ab2722d9ca7e12153b33cef18f415 (diff)
Fix dark mode flicker.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 9fef62c..7992ae3 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -706,7 +706,7 @@ a {
}
}
- transition: all 0.2s linear;
+ //transition: all 0.2s linear;
* {
transition: all 0.2s linear;
}
@@ -766,10 +766,6 @@ a {
padding: 15px;
}
.post {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.2s ease;
padding: 0 0 20px 0;
.post-head-wrapper {