Skip to content

Commit 64f9110

Browse files
committed
fix(docs): Use text-decoration-skip-ink as suggested by autoprefixer
1 parent cbb2ab2 commit 64f9110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docusaurus/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ html.search-page-wrapper .row {
204204
.rjd-annotation a {
205205
color: rgb(156, 220, 254);
206206
text-decoration: underline;
207-
text-decoration-skip: ink;
207+
text-decoration-skip-ink: auto;
208208
text-decoration-color: #518dae;
209209
text-underline-offset: 0.2em;
210210
}

0 commit comments

Comments
 (0)