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
path: root/assets
diff options
context:
space:
mode:
authorShea Polansky <shea@polansky.co>2020-03-29 23:51:08 +0300
committerGitHub <noreply@github.com>2020-03-29 23:51:08 +0300
commit1d5c8d2d2851292ede2f03611ae8f8d85596ae55 (patch)
tree9143f4984a1d3c7981084da65a385a03275a9564 /assets
parentbbbf9b0cb928a8e76b4007cc3fa533435b049e83 (diff)
Fixup dark theme (#197)
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_dark-variables.sass6
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/sass/_dark-variables.sass b/assets/sass/_dark-variables.sass
index 743e988..a58c9c9 100644
--- a/assets/sass/_dark-variables.sass
+++ b/assets/sass/_dark-variables.sass
@@ -1,6 +1,8 @@
-$body-color: #78888b
-$background: #111111
+$body-color: #dfdfdf
+$background: #121212
$primary: #ed6a5a
$secondary: #f4f1bb
$h-color: #75b8c8
+$navbar-item-color: $body-color
+$code-background: #222222
$link-hover: $secondary