From 0b61f6ade1c1509b897533a8981b7b5b412fa494 Mon Sep 17 00:00:00 2001 From: XPoet Date: Wed, 22 Jul 2020 17:05:23 +0800 Subject: [PATCH] style: modified topside style bar color --- source/css/layout/_partial/header.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/_partial/header.styl b/source/css/layout/_partial/header.styl index a9bab7f..b7239ce 100644 --- a/source/css/layout/_partial/header.styl +++ b/source/css/layout/_partial/header.styl @@ -18,7 +18,7 @@ .header-progress { position: absolute; width: 100%; - height: 4px; + height: 3px; top: 0; left: 0; background: $primary-color;