From 458f4a7e0109f5d13d54fed0c137c7555fb1893a Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 31 Aug 2021 17:20:50 +0800 Subject: [PATCH] fix color --- assets/stylesheets/template/layout/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index c336196..c39634f 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -16,7 +16,7 @@ text-align: center; z-index: 1; padding: 1em 0.5em!important; - color: #fff; + color: #333333; font-family: $main-font; text-transform:uppercase; @media (min-width: 769px) {