diff --git a/assets/style.css b/assets/style.css index b6dfabb..5b79329 100644 --- a/assets/style.css +++ b/assets/style.css @@ -53,7 +53,7 @@ li a { transition: all 0.3s ease; } -li a::after { +/*li a::after { content: ""; position: absolute; height: 4px; @@ -63,7 +63,7 @@ li a::after { background-color: var(--primary); transition: all 0.3s ease; border-radius: 15px; -} +}*/ li a:hover::after { width: 85%;