From 7271439a2c2638c9efef22af8d0b501eacd449f3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 1 Dec 2023 17:46:22 +0000 Subject: [PATCH] Link colour --- theme/37c3/theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/37c3/theme.json b/theme/37c3/theme.json index 54cd2774e..45847738e 100644 --- a/theme/37c3/theme.json +++ b/theme/37c3/theme.json @@ -65,10 +65,10 @@ "column-left-color": "#0f0d10", "text-entry-background": "#0f0d10", "link-bg-color": "#0f0d10", - "main-link-color": "#05b9ec", - "main-link-color-hover": "#46eed5", - "options-main-link-color": "#05b9ec", - "options-main-link-color-hover": "#46eed5", + "main-link-color": "#29ffffff", + "main-link-color-hover": "white", + "options-main-link-color": "#29ffffff", + "options-main-link-color-hover": "white", "cw-color": "#aaaaaaff", "pageslist-color": "#aaaaaaff", "pageslist-selected-color": "#dddddd",