Skip to content

Commit f2ccdc3

Browse files
committed
Avoid layout shift on link hover
1 parent f548933 commit f2ccdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838

3939
a {
4040
text-decoration: none;
41-
border-bottom: .5px dotted rgba(0, 0, 0, .2);
41+
border-bottom: 1px dotted rgba(0, 0, 0, .2);
4242
color: inherit;
4343
transition : border 500ms ease-out;
4444
}

0 commit comments

Comments
 (0)