diff --git a/style.css b/style.css index f9c9e07..369b5b9 100644 --- a/style.css +++ b/style.css @@ -75,7 +75,7 @@ img { a { background-color: transparent; text-decoration: none !important; - outline: none !important; + outline-color: transparent !important; } ul { @@ -187,7 +187,7 @@ ul { .form-input { width: 100%; height: 50px; - outline: none !important; + outline-color: transparent !important; padding: 10px 15px; color: #0d0d25; -webkit-appearance: none; @@ -291,7 +291,7 @@ ul { top: 50%; right: 30px; border: none; - outline: none !important; + outline-color: transparent !important; background: transparent; width: 40px; height: 40px; @@ -562,7 +562,7 @@ p { text-align: center; border: none; cursor: pointer; - outline: none !important; + outline-color: transparent !important; transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02); overflow: hidden; position: relative; @@ -1847,4 +1847,4 @@ p { .blog-box { padding: 20px; } -} \ No newline at end of file +}