From e620aa2ba6c737440c4f15a12ae5fb9f1964ac7c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 4 Mar 2023 23:04:18 +0100 Subject: [PATCH] [misc] More readable links in light-mode --- docs/.vuepress/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 11f9bac..4f7a553 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -25,7 +25,7 @@ scroll-behavior: smooth; // brand colors - --c-brand: var(--nord14); + --c-brand: var(--nord9); --c-brand-light: var(--nord14); // background colors