Skip to content

Commit 83887a4

Browse files
committed
fix: prevent h2 from showing underline on hovering
1 parent dfcae3f commit 83887a4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

assets/index.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ $common-margin: 24px;
3838

3939
h2 {
4040
margin-bottom: $common-margin;
41+
42+
a:hover {
43+
border-block-end: inherit;
44+
}
4145
}
4246

4347
img {
@@ -53,9 +57,9 @@ $common-margin: 24px;
5357
margin-bottom: 0;
5458
}
5559
}
56-
60+
5761
table {
58-
max-width: calc(100% - 2*$common-margin);
62+
max-width: calc(100% - 2 * $common-margin);
5963
}
6064
}
6165

0 commit comments

Comments
 (0)