From d9e887ff5531fd701feba20a74e9828a67450a35 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 9 Sep 2023 23:38:48 +0100 Subject: [PATCH] Improve link colour --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index 2e0bce7..c9c0522 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 10.4.0.47 */ +/* Version: 10.4.0.48 */ /* Body */ @@ -101,7 +101,7 @@ code { a { font-family: Roboto, sans-serif; font-size: 17px; - color: #5dade2; + color: #90caf9; text-decoration: none; }