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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/layout/_navbar.scss')
-rw-r--r--assets/sass/layout/_navbar.scss15
1 files changed, 11 insertions, 4 deletions
diff --git a/assets/sass/layout/_navbar.scss b/assets/sass/layout/_navbar.scss
index 4a424bb..6c7c416 100644
--- a/assets/sass/layout/_navbar.scss
+++ b/assets/sass/layout/_navbar.scss
@@ -64,7 +64,7 @@
}
@include themify($themes) {
- color: themed('body-color');
+ color: themed('navbar-menu-color');
&.active {
font-weight: bold;
color: themed('active-font-color');
@@ -138,7 +138,7 @@
@include align-items(center);
@include justify-content(flex-start);
@include themify($themes) {
- color: themed('body-color');
+ color: themed('navbar-logo-color');
@include on-event {
color: themed('active-font-color');
}
@@ -172,8 +172,15 @@
@include flexbox();
@include align-items(flex-end);
+
@include themify($themes) {
- color: themed('body-color');
+ &[data-bgimg="true"] {
+ // color
+ }
+
+ &[data-bgimg="false"] {
+ color: themed('body-color');
+ }
}
}
}
@@ -207,7 +214,7 @@
@include align-items(center);
@include justify-content(center);
@include themify($themes) {
- color: themed('landing-button-default');
+ color: themed('navbar-icon-color');
@include on-event {
color: themed('body-color');
background-color: themed('dropdown-hover-background-color');