Skip to content

Commit 186cad2

Browse files
committed
revert: Restore original simple hover animations
- Reverted to original working hover effects - Removed transform and position properties causing issues - Clean, reliable black/white hover state - Maintains minimal design without glitches
1 parent b085974 commit 186cad2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

portfolio/themes/basic/static/css/minimal.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,18 @@ p {
7070
to { opacity: 1; transform: translateY(0); }
7171
}
7272

73-
/* Enhanced link animations - FIXED */
73+
/* Links - REVERTED TO ORIGINAL */
7474
a {
7575
color: #000;
7676
text-decoration: none;
7777
border-bottom: 1px solid #000;
78-
transition: all 0.3s ease;
79-
position: relative;
78+
transition: all 0.2s ease;
8079
}
8180

8281
a:hover {
8382
background: #000;
8483
color: #fff;
8584
padding: 2px 4px;
86-
transform: translateY(-1px);
8785
}
8886

8987
/* Lists with staggered animation */

0 commit comments

Comments
 (0)