From 2989681d12010720f19dce7eeff6e9a36c7aeb4a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 29 Jul 2022 02:30:27 +0200 Subject: [PATCH] change progressBar color --- assets/css/common/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/common/header.css b/assets/css/common/header.css index bd27e793..502d7ee9 100644 --- a/assets/css/common/header.css +++ b/assets/css/common/header.css @@ -176,7 +176,7 @@ body:not(.dark) #sun { --scrollAmount: 0%; width: var(--scrollAmount); height: 3px; - background-color: rgb(0, 128, 128); + background-color: #1e8cdb; position: fixed; z-index: 9999; - } \ No newline at end of file +} \ No newline at end of file