From 496f08550d946a8171994803528a2971ac1056da Mon Sep 17 00:00:00 2001 From: Fazil Altinel Date: Sun, 2 Jan 2022 11:50:34 +0000 Subject: [PATCH] Change link color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a7a46a7..d7753e2 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,7 @@ body { font-size:14px; } a { - color: #0bc; + color: #5fc; text-decoration: none; } #a {