From b993197bd8705b4b8e1d4c80ac8b406b1c17727d Mon Sep 17 00:00:00 2001 From: Lameni <76707795+Lamenich@users.noreply.github.com> Date: Sun, 24 Oct 2021 10:44:13 +0400 Subject: [PATCH] made the color of the links lighter --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index f0d6fb4..62ab675 100644 --- a/styles/style.css +++ b/styles/style.css @@ -17,7 +17,7 @@ h6 { a { text-decoration: none; - color: #1f48ff; + color: #7771de; } img {