diff --git a/source/Header.css b/source/Header.css index 5b3c5da..ff9309d 100644 --- a/source/Header.css +++ b/source/Header.css @@ -12,7 +12,7 @@ position: fixed; height: 32px; width: 100%; - background: #04f30f; + background: var(--main-g-color); z-index: 999999999999; } .header > img { diff --git a/source/index.html b/source/index.html index ed932e8..f012631 100644 --- a/source/index.html +++ b/source/index.html @@ -14,7 +14,10 @@