Skip to content

Commit f2bd84d

Browse files
committed
Add a little hover effect. #134
1 parent 5c6281a commit f2bd84d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/custom/styles/_stack.scss

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
text-decoration: none;
3131
}
3232

33+
&:focus-within,
34+
&:hover {
35+
box-shadow: inset 0px 0px 0px 4px #000;
36+
}
37+
3338
max-width: 400px;
3439

3540
text-align: center;

0 commit comments

Comments
 (0)