style: remove transition properties from index.html and main.js

This commit is contained in:
Sergey Krashevich
2026-02-03 10:30:03 +03:00
parent 85daab7ec6
commit 430dfc1c31
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -165,7 +165,6 @@
padding: 8px 16px;
border: 1px solid transparent;
border-radius: 4px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
@@ -178,7 +177,6 @@
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent);
transition: left 0.5s;
}
.nav-link:hover::before {
-2
View File
@@ -164,7 +164,6 @@ if (!document.querySelector('.logo')) {
padding: 8px 16px;
border: 1px solid transparent;
border-radius: 4px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
@@ -177,7 +176,6 @@ if (!document.querySelector('.logo')) {
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent);
transition: left 0.5s;
}
.nav-link:hover::before {