diff --git a/assets/css/style.css b/assets/css/style.css index 19637682..2e226771 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -117,7 +117,7 @@ h1, h2, h3, h4, h5, h6 { } #header.header-scrolled, #header.header-inner-pages { - background: rgba(40, 58, 90, 0.9); + background: rgb(213 216 221 / 90%); } #header .logo { @@ -167,7 +167,7 @@ h1, h2, h3, h4, h5, h6 { padding: 10px 0 10px 30px; font-size: 15px; font-weight: 500; - color: #fff; + color: rgb(15, 1, 1); white-space: nowrap; transition: 0.3s; } @@ -371,7 +371,7 @@ h1, h2, h3, h4, h5, h6 { #hero { width: 100%; height: 80vh; - background: #37517e; + background: #e8efeb; } #hero .container { diff --git a/index.html b/index.html index c37078ca..83c63709 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ -