From d23f1b6c8b8fad4bfcd532ac949b64ead5dcf79c Mon Sep 17 00:00:00 2001 From: jms9354 Date: Wed, 26 Apr 2023 16:08:05 -0400 Subject: [PATCH] links underlined fixed --- docs/CSSstyle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CSSstyle.css b/docs/CSSstyle.css index 3b376fa..e61072a 100644 --- a/docs/CSSstyle.css +++ b/docs/CSSstyle.css @@ -18,7 +18,7 @@ a { color: white; text-decoration: none; text-shadow: 2px 2px 2px rgba(0,0,0,0.5); - -webkit-text-stroke: 1px black; + @@ -254,6 +254,7 @@ img.dahlia { gap: 1px; line-height: 5px; + } #github-links > a { text-decoration: underline;