Skip to content

Commit e644bfa

Browse files
authored
Merge pull request #233 from angela479/main
Edited hover effect
2 parents 1ba6264 + 0b75a9a commit e644bfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ nav a {
178178
}
179179

180180
nav a:hover {
181-
background: linear-gradient(135deg, #4caf50, #66bb6a);
181+
182182
color: #ffffff;
183-
transform: translateY(-1px);
183+
transform: translateY(-6px) scale(1.05);
184184
box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
185185
}
186186

0 commit comments

Comments
 (0)