From 73a8800f090ad40f2e6a071f88658e3d90dec1bd Mon Sep 17 00:00:00 2001 From: Edward Tan Date: Thu, 13 Jun 2024 14:20:54 +0800 Subject: [PATCH] update link color to orange for better visibility --- templates/_variables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_variables.html b/templates/_variables.html index 15246a0..76ce4e5 100644 --- a/templates/_variables.html +++ b/templates/_variables.html @@ -6,7 +6,7 @@ --primary-text-color: #543631; --primary-text-color-over: #000; /* Primary theme link color */ - --primary-link-color: #F9BB2D; + --primary-link-color: #FFA500; /* Secondary color: the background body color */ --secondary-color: #fcfaf6; --secondary-text-color: #303030;