Skip to content

Commit 9c57a99

Browse files
authored
Fix css selector
1 parent 3e98574 commit 9c57a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Link/Link.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
.link:hover,
77
.link:focus,
8-
link:active {
8+
.link:active {
99
opacity: 0.8;
1010
}
1111

0 commit comments

Comments
 (0)