From 7227ce916c7b943751138ada059f77c77ac91ac6 Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Fri, 1 Apr 2022 10:10:34 +0800 Subject: [PATCH] fix: css property `text-decoration-skip-ink` --- assets/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index ebede66..befcac5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -57,9 +57,8 @@ h2:after { a { color: #0c93e4; text-decoration: underline; - text-decoration-skip: ink; + text-decoration-skip-ink: none; background-color: transparent; - -webkit-text-decoration-skip: objects; } a:focus,