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:
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