We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a80770d + 248e340 commit 1165127Copy full SHA for 1165127
1 file changed
src/components/examples/ExamplesList.module.css
@@ -36,6 +36,10 @@
36
flex-basis: var(--col7);
37
}
38
39
+.examples li:hover{
40
+ opacity: 0.8;
41
+}
42
+
43
.cover {
44
width: 100%;
45
margin-bottom: var(--vertical-margin-xsmall);
0 commit comments