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:
authorHanzei <hanzei@mailbox.org>2018-07-19 18:47:51 +0300
committerHanzei <hanzei@mailbox.org>2018-07-19 18:47:51 +0300
commitce33fc79172f76b160beff3e2e89127ae3cb4549 (patch)
tree1a5118c5181cff4e75be0d55a722c8e6797fbf51 /assets/sass/_base-variables.sass
parente375687f26896f38a15e61bd00a8a50fe7e78f8c (diff)
Dry up stylesheed
Diffstat (limited to 'assets/sass/_base-variables.sass')
-rw-r--r--assets/sass/_base-variables.sass4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/sass/_base-variables.sass b/assets/sass/_base-variables.sass
index fcefd6c..28294c2 100644
--- a/assets/sass/_base-variables.sass
+++ b/assets/sass/_base-variables.sass
@@ -1,6 +1,8 @@
$family-sans-serif: Nunito Sans, sans-serif
-$title-stack: Nunito Sans, sans-serif
$body-size: 16px
$code: $primary
$code-background: $background
$title-weight: 300
+$navbar-background-color: $background
+$navbar-item-hover-background-color: $background
+$navbar-item-hover-color: $secondary