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