From 2fedc1ce69a6168244516dbcae03e566258f87d7 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sat, 18 Mar 2023 17:18:45 -0700 Subject: [PATCH] Update colors --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cf55a26..a0cc320 100644 --- a/style.css +++ b/style.css @@ -96,11 +96,11 @@ input { } :link { - color: aqua; + color: #70d0fe; } :visited { - color: rgb(0, 188, 138); + color: #3ec0aa; } .flex {