From 059ca6d0c71cc5f2535d696ad72eefb1b6557f79 Mon Sep 17 00:00:00 2001 From: anish-work Date: Tue, 5 Nov 2024 20:13:07 +0530 Subject: [PATCH] add underline for a tags --- src/css/App.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/css/App.css b/src/css/App.css index 05f532d..aa7004f 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -43,7 +43,17 @@ ul { } .gooey-embed-container a { - text-decoration: none; + color: inherit; + text-decoration: underline; + text-decoration-color: rgba(0, 0, 0, 0.45); + text-decoration-thickness: 0.6px; + text-underline-offset: 0.15em; +} + +.gooey-embed-container a:hover { + color: inherit; + text-decoration-color: black; + text-decoration-thickness: 2px; } div:focus-visible { @@ -51,7 +61,7 @@ div:focus-visible { } ::-webkit-scrollbar { - background: transparent; +background: transparent; color: white; width: 8px; height: 8px;