From b7c155e53c8824c2107ba9f20abc88ad77d66a7c Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 21 Oct 2021 14:19:15 +0000 Subject: [PATCH] fix bug --- assets/stylesheets/template/layout/header.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 7a1e60f..0b23343 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -12,6 +12,9 @@ position: absolute; width: 100%; } +.navFixed .header-nav, .navRel .header-nav { + color: #000; +} .header-nav { text-align: center; z-index: 1;