Skip to content

Commit 622ae95

Browse files
authored
Merge pull request #495 from Afrin127329/feat/missing-hover-effect-#479
Added hover effect on external links solving issue #479
2 parents be2c63b + 22c14e5 commit 622ae95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/pages/index.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171

172172
& li a {
173173
color: var(--processing-blue-mid);
174+
175+
&:hover {
176+
color: var(--processing-blue-light);
177+
}
174178
}
175179
}
176180
}

0 commit comments

Comments
 (0)