diff --git a/content/assets/css/extra.css b/content/assets/css/extra.css index ba427698..051b7548 100644 --- a/content/assets/css/extra.css +++ b/content/assets/css/extra.css @@ -135,7 +135,7 @@ html { /* home page */ .hero-container h1 { font-family: Poppins, Inter, sans-serif; - font-weight: 500 !important; + font-weight: 600 !important; color: inherit !important; font-size: 3rem !important; } @@ -176,7 +176,8 @@ html { padding: 0; box-sizing: border-box; overflow: hidden; - color: #1f363d; + color: #ffffff; + background: #000; margin-top: 0 !important; } diff --git a/overrides/home.html b/overrides/home.html index 504e90a3..47dfb9a4 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -16,11 +16,14 @@ + + + {% endblock %} {% block hero %}