diff --git a/web_src/css/base.css b/web_src/css/base.css index 64da8fa9c1..9379402dfc 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -273,12 +273,10 @@ a { color: var(--color-primary); cursor: pointer; text-decoration-line: none; - text-decoration-skip-ink: all; } a:hover { text-decoration-line: underline; - text-underline-position: under; /* necessary for CJK fonts, otherwise, default "auto" makes the underline cross-over the CJK text bottom */ } /* a = always colored, underlined on hover */