Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <24644237+victoriadrake@users.noreply.github.com>2022-02-22 17:06:29 +0300
committerGitHub <noreply@github.com>2022-02-22 17:06:29 +0300
commit7694f9b1b47949f62a24fabd54d795df36942425 (patch)
tree4aabb9178e328907765e4bae6d1c0f66268767e4 /assets/sass/_dark-variables.sass
parentc88d3a359d04b91ad269d68720f2b80243c498da (diff)
Introduction v6.0.0 (#329)
* Simplify dark theme - Make dark theme less awful (sorry about that) * Update exampleSite posts * Add support for multiple authors per post (#328)
Diffstat (limited to 'assets/sass/_dark-variables.sass')
-rw-r--r--assets/sass/_dark-variables.sass10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/sass/_dark-variables.sass b/assets/sass/_dark-variables.sass
index a58c9c9..9cd57f0 100644
--- a/assets/sass/_dark-variables.sass
+++ b/assets/sass/_dark-variables.sass
@@ -1,8 +1,8 @@
-$body-color: #dfdfdf
-$background: #121212
-$primary: #ed6a5a
-$secondary: #f4f1bb
-$h-color: #75b8c8
+$body-color: #ffffff
+$background: #222222
+$primary: #00b8d4
+$secondary: #efefef
+$h-color: $secondary
$navbar-item-color: $body-color
$code-background: #222222
$link-hover: $secondary