diff --git a/css/style.css b/css/style.css index cce1da0..21df6d7 100644 --- a/css/style.css +++ b/css/style.css @@ -18,6 +18,7 @@ html { body { font-family: vazir; + animation: opening 1s ease-in-out !important; } /* === Variables === */ @@ -429,7 +430,7 @@ html { /*===Head Info===*/ .head-info__title { font-size: 2rem; - color: #fff; + color: #662d91; position: relative; display: inline-block; }