From a6f9c4f621d53e4de5fd142631ea202e2baf7f07 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 17 Jan 2022 15:51:15 +0100 Subject: [PATCH] fix: use the Unleash purple for links / increase contrast This increases the contrast from 3.42 to above 4.5, in compliance with the AA standard. --- website/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index dc96545524..44193679a9 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -16,7 +16,7 @@ --ifm-color-primary-lightest: #4a6c76; --ifm-code-font-size: 90%; --ifm-font-size-base: 15px; - --ifm-link-color: #817afe; + --ifm-link-color: #635DC5; --navbar-link-color: #122d33; }