From 7aec867f883d3051c5cefdd9b903c42461ea5023 Mon Sep 17 00:00:00 2001 From: bashrc Date: Tue, 12 May 2026 15:01:17 +0100 Subject: [PATCH] Button text colour --- theme/typewriter/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/typewriter/theme.json b/theme/typewriter/theme.json index c922ca36b..a6bdedeef 100644 --- a/theme/typewriter/theme.json +++ b/theme/typewriter/theme.json @@ -142,8 +142,8 @@ "publish-button-text": "#FFFFFF", "button-margin": "5px", "button-left-margin": "none", - "button-text": "#FFFFFF", - "button-selected-text": "#FFFFFF", + "button-text": "#333", + "button-selected-text": "#555", "publish-button-background": "#999", "button-text-hover": "white", "button-fg-highlighted": "#FFFFFF",