From bbbac037810e780a6fa1927250297aacfb8eeacb Mon Sep 17 00:00:00 2001 From: Flamenco Date: Sun, 30 Jun 2019 12:10:48 -0400 Subject: [PATCH] Use modern CSS syntax (text-decoration-skip-ink) --- src/styles/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/base.scss b/src/styles/base.scss index 18e55a2f5..8440817f0 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -63,7 +63,7 @@ dt { a { color: $link-color; text-decoration: underline; - text-decoration-skip: ink; + text-decoration-skip-ink: auto; &:hover, &:focus {