From fb26db9b4316ced1804d25459361e6d6aa10f6a9 Mon Sep 17 00:00:00 2001 From: Victor-AcostaCNC Date: Thu, 19 Oct 2023 11:39:10 +0200 Subject: [PATCH] Fix #376-Change default link colour --- styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index beb751c..91703f4 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -242,7 +242,7 @@ button { font-size: var(--button-font-size-default); line-height: 1; cursor: pointer; - color: var(--c-black); + color: var(--c-dark-gray); background-color: transparent; margin: 0; white-space: nowrap; @@ -318,7 +318,7 @@ main a.button > .icon-chevron-right, main a.button > .icon-chevron-right svg { width: 12px; height: 12px; - fill: currentcolor; + fill: var(--c-dark-gray); } span.icon {