From c2caabb4756bce1ecdaacfae15da2d2bc6895537 Mon Sep 17 00:00:00 2001 From: Darin Kuntze Date: Tue, 31 Oct 2023 14:27:22 -0500 Subject: [PATCH 1/5] add wavy lines --- styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/styles.css b/styles/styles.css index db68f319..9ccace76 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -138,6 +138,7 @@ a:any-link { a:hover { text-decoration: underline; + text-decoration-style: wavy; color: var(--link-hover-color); } From bdd72c23a7d22e9c4dedb7038165e2079653397c Mon Sep 17 00:00:00 2001 From: Darin Kuntze Date: Tue, 31 Oct 2023 14:28:41 -0500 Subject: [PATCH 2/5] remove wavy lines --- styles/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index 9ccace76..db68f319 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -138,7 +138,6 @@ a:any-link { a:hover { text-decoration: underline; - text-decoration-style: wavy; color: var(--link-hover-color); } From 2e5674c1bc6b204fabea108dd9b957506ad0902d Mon Sep 17 00:00:00 2001 From: Darin Kuntze Date: Mon, 6 Nov 2023 08:36:08 -0600 Subject: [PATCH 3/5] add comment --- styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/styles.css b/styles/styles.css index db68f319..ed31112e 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -139,6 +139,7 @@ a:any-link { a:hover { text-decoration: underline; color: var(--link-hover-color); + /* text-decoration-style: wavy; */ } code, pre, samp { From 37a1de9864a2621176deb8961e5bf257d58b2aee Mon Sep 17 00:00:00 2001 From: Darin Kuntze Date: Mon, 6 Nov 2023 08:38:45 -0600 Subject: [PATCH 4/5] lint fix --- styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/styles.css b/styles/styles.css index ed31112e..6cce338e 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -139,6 +139,7 @@ a:any-link { a:hover { text-decoration: underline; color: var(--link-hover-color); + /* text-decoration-style: wavy; */ } From 510985ef529fbfa9a51e5eda155e438ff6b8d3bd Mon Sep 17 00:00:00 2001 From: Darin Kuntze Date: Mon, 6 Nov 2023 10:57:55 -0600 Subject: [PATCH 5/5] added a wavy line --- styles/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 6cce338e..628472c2 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -139,8 +139,7 @@ a:any-link { a:hover { text-decoration: underline; color: var(--link-hover-color); - - /* text-decoration-style: wavy; */ + text-decoration-style: wavy; } code, pre, samp {