From 33e6977eceff8e86a37944a6f5303c0a38814804 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Jan 2021 19:47:28 +0000 Subject: [PATCH] light theme cw color --- theme/indymediamodern/theme.json | 2 +- theme/light/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/indymediamodern/theme.json b/theme/indymediamodern/theme.json index 05aeb2ff9..91859ddaa 100644 --- a/theme/indymediamodern/theme.json +++ b/theme/indymediamodern/theme.json @@ -99,7 +99,7 @@ "main-bg-color-reply": "white", "main-bg-color-report": "white", "main-header-color-roles": "#ebebf0", - "cw-color": "#777", + "cw-color": "black", "main-fg-color": "black", "login-fg-color": "black", "options-fg-color": "black", diff --git a/theme/light/theme.json b/theme/light/theme.json index d7ca0a1ac..04702c9ec 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -32,7 +32,7 @@ "main-bg-color-reply": "white", "main-bg-color-report": "#e3dbf0", "main-header-color-roles": "#ebebf0", - "cw-color": "#2d2c37", + "cw-color": "#777", "main-fg-color": "#2d2c37", "login-fg-color": "#2d2c37", "options-fg-color": "#2d2c37",