Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit 0a43d56

Browse files
committed
Add hover effect for image links
1 parent e56e6f1 commit 0a43d56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/http/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ a:hover {
1616
text-decoration: underline;
1717
}
1818

19+
a:hover img {
20+
opacity: 0.92;
21+
}
22+
1923
main {
2024
display : block;
2125
max-width: 34em;

0 commit comments

Comments
 (0)