From 9ef35fe61ee9c34f87268a641e60e46a7d2584f1 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sat, 18 Mar 2023 20:13:06 -0700 Subject: [PATCH] Adjust link styling --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5091982..92b6617 100644 --- a/style.css +++ b/style.css @@ -102,11 +102,13 @@ input.serious { } :link { - color: #70d0fe; + color: #3ec0aa; + text-decoration: none; } :visited { - color: #3ec0aa; + color: #70d0fe; + text-decoration: none; } .flex {