From 41d575b905eb3205c5f2de73e8302945d76d8985 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 15 Aug 2022 16:46:11 -0600 Subject: [PATCH] Cleaner example links --- examples/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/index.html b/examples/index.html index c42b21aa48..6619e72ac6 100644 --- a/examples/index.html +++ b/examples/index.html @@ -26,6 +26,12 @@ font-size: smaller; margin: 5px 0; } + a.example { + text-decoration: none; + } + a.example:hover :first-child { + text-decoration: underline; + } a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, @@ -88,10 +94,8 @@