From b420e68afe8452d584aef5af5dd91a4550f997aa Mon Sep 17 00:00:00 2001 From: Clay Date: Fri, 19 Nov 2021 21:23:15 -0500 Subject: [PATCH] Update style.css --- style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/style.css b/style.css index 1882381..811faf5 100644 --- a/style.css +++ b/style.css @@ -89,6 +89,40 @@ footer{ + + + + +/* unvisited link */ +a:link { + color: var(--color); +} + +/* visited link */ +a:visited { + color: var(--color); +} + +/* mouse over link */ +a:hover { + color: darkgrey; +} + + +a:link { + text-decoration: none; +} + +a:visited { + text-decoration: none; +} + + + + + + + @media (prefers-color-scheme: dark) { :root {