summaryrefslogtreecommitdiff
path: root/_sass/yat.scss
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-24 15:19:05 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-24 15:19:05 +0800
commitbc91aa6b7360bf520fd7e0f7a61a934c4d20ea33 (patch)
treedfe8ec88056fd2283f12e0656d32e056bd86cc6a /_sass/yat.scss
parent4b70145bedae98e8dc2d34b8e83eca0c669bad87 (diff)
fix: corrcet hash locate, menu item hilight issues
Diffstat (limited to '_sass/yat.scss')
-rw-r--r--_sass/yat.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/yat.scss b/_sass/yat.scss
index 446a791..4db827b 100644
--- a/_sass/yat.scss
+++ b/_sass/yat.scss
@@ -31,7 +31,7 @@ $footer-height: $header-height * 1.05 !default;
$footer-text-color: rgba(lighten(invert($theme-color), 30%), 50%) !default;
$footer-background-color: darken($theme-color, 5%) !default;
-$banner-height: 400px !default;
+$banner-height: 420px !default;
$banner-text-color: lighten($white-color, 0%) !default;
$banner-background: darken(#333, 5%) !default;