From 2301aaf23d3474345bbba2d3b98835f9cac66bea Mon Sep 17 00:00:00 2001 From: futile Date: Wed, 6 Nov 2024 15:14:52 +0000 Subject: [PATCH] improve `.click` hover underline --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 050ee1d..097637c 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,10 @@ text-decoration: underline dotted; } + .click:hover { + text-decoration: underline solid; + } + div.buttons { display: flex; justify-content: center;