Skip to content

Commit a091d8f

Browse files
committed
Add -webkit-text-decoration (needed for Safari)
1 parent f16c327 commit a091d8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/sass/reference.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ h3.plumbing {
9999
.hover-term {
100100
cursor: help;
101101
text-decoration: underline dotted;
102+
-webkit-text-decoration: underline dotted;
102103
}
103104

104105
// § section sign anchor links
105106
#content {
107+
106108
h1>a.anchor,
107109
h2>a.anchor,
108110
h3>a.anchor,

0 commit comments

Comments
 (0)