From 5d40c6d203b24d09a93d3b6ee5c469a858f97cde Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 1 Jul 2020 00:44:23 +0200 Subject: [PATCH] use text-decoration for underline --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 26e74e2..83aa692 100644 --- a/style.css +++ b/style.css @@ -92,7 +92,8 @@ dd { } [title] { - border-bottom: 3px dotted white; + text-decoration: dotted underline; + text-decoration-thickness: 2px; } a {