diff --git a/src/index.css b/src/index.css index 52e09a6..d35fce6 100644 --- a/src/index.css +++ b/src/index.css @@ -18,12 +18,12 @@ h3, } .specialBtn { - background: white; - box-shadow: 0px 14px 55px rgba(96, 165, 255, 0.35); + background: linear-gradient(#e66456, #9198e5); + box-shadow: 0px 14px 55px rgba(96, 165, 255, 0.40); transition-duration: 200ms; } -.specialBtn:hover { +.specialBtn: hover { opacity: 0.8; } @@ -33,7 +33,7 @@ h3, } .loading1 { - animation-delay: -4s; + animation-delay: -3s; } .loading2 { @@ -52,4 +52,4 @@ h3, 80%{width: 66%;} 90%{width: 76%;} 100%{width: 100%;} -} \ No newline at end of file +}