Skip to content

Commit 22c14e5

Browse files
committed
Added hover effect on external links solving issue #479
1 parent 34c7890 commit 22c14e5

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)