From a13b97c06a25ce99354ef79bdb42963db9a32635 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Mon, 25 Jul 2022 15:43:51 -0700 Subject: [PATCH] Change link color to baby pink --- static/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 3c5b249..e223a4f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,10 +4,6 @@ background-color: black; color: white; } - - a { - color: #f9e6e1; - } } /* Light Mode */ @@ -24,6 +20,7 @@ body { a { text-decoration: none; + color: #f3ccc3; } header h1 {