diff --git a/style.css b/style.css index 3c02a0f..541281a 100644 --- a/style.css +++ b/style.css @@ -121,7 +121,7 @@ h1 { left: 0; width: 100%; height: 100%; - background-color: #764abc; + background-color: black; transition: all 1s; z-index: -1; transform: translateX(-100%); @@ -129,6 +129,7 @@ h1 { .btn:hover::before { transform: translateX(0); + background-color: #764abc; } .btn:hover {