Skip to content

Commit 3bb8eae

Browse files
committed
CSS: Add anchor hover style
1 parent 33d2acc commit 3bb8eae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

02-css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ p {
2424
a {
2525
color: #c917c0
2626
}
27+
28+
a:hover {
29+
color: #ffb703
30+
}

0 commit comments

Comments
 (0)