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:
authorParag <parag.raut@outlook.com>2020-11-09 03:45:45 +0300
committerGitHub <noreply@github.com>2020-11-09 03:45:45 +0300
commitd5e8be8d78bda0f0e8125adcd980887547f0430e (patch)
tree07f833adb4c87f6c53d34d56b12d43ac81dc2a6c /assets
parenta4169e2c1f0ef8f5f33b5414dfa8716e4de42de2 (diff)
Correct hamburger menu color in mobile view (#257)
To correct hamburger menu in mobile view added $primary color to menu itself Solves #256
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 940f4c1..7be280a 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -131,6 +131,7 @@ pre
.navbar-burger
margin-right: auto
+ color: $primary
.navbar-burger:hover
background-color: $navbar-background-color