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>2020-04-11 10:56:08 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-04-11 10:56:08 +0300
commit75049e8875c20f8fb0671ab2280ed24eb76854f5 (patch)
treeb86a7cfdcc0af13f9fd634bc4f3b48bff8f473a4 /assets/scss/journal.scss
parent0f48914cdd100bcd05de2538b4b4d38027a1815b (diff)
Complete dark mode.
Diffstat (limited to 'assets/scss/journal.scss')
-rw-r--r--assets/scss/journal.scss12
1 files changed, 1 insertions, 11 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 8ab4e02..b4f98b8 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -3,7 +3,7 @@ $color-accent: #1976d2;
$back-container-background: #fcfcfc;
$front-container-background: #ffffff;
-$default-font-list: "Lora", "Noto Serif SC", serif;
+$default-font-list: "Lora", "Noto Serif SC";
$mono-font-list: "Fira Mono", "Cousine", Monaco, Menlo, "Source Code Pro",
monospace;
$sans-preferred-font-list: "Montserrat", "Roboto", "Source Sans Pro",
@@ -57,11 +57,6 @@ $h-diff: 3px;
}
body {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
-
background: $back-container-background;
padding: 0;
margin: 0;
@@ -602,11 +597,6 @@ a {
}
.post-list-container {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.2s ease;
-
width: 100%;
min-height: 100vh;
padding: 20px 0 20px 0;