From 1ec4b7ba88788848d578f79154ba6d17bbd39310 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 20 Oct 2021 19:20:43 +0100 Subject: [PATCH] Update index.css --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 9bd373d..ea19479 100644 --- a/css/index.css +++ b/css/index.css @@ -4,7 +4,7 @@ --border: #C0C0C0; --text: #333; --visited: #17050F; - --link: #082840; + --link: #0000FF; --bg: #fff; --code-bg: #f6f6f6; }