diff --git a/theme/debian/theme.json b/theme/debian/theme.json index 32f6f6749..bb15f0f8b 100644 --- a/theme/debian/theme.json +++ b/theme/debian/theme.json @@ -29,7 +29,7 @@ "header-bg-color": "#e6ebf0", "main-bg-color-dm": "#e3dbf0", "link-bg-color": "#e6ebf0", - "main-bg-color-reply": "#e0dbf0", + "main-bg-color-reply": "white", "main-bg-color-report": "#e3dbf0", "main-header-color-roles": "#ebebf0", "main-fg-color": "#2d2c37", diff --git a/theme/light/theme.json b/theme/light/theme.json index 829094cae..39f6dc8e6 100644 --- a/theme/light/theme.json +++ b/theme/light/theme.json @@ -27,7 +27,7 @@ "header-bg-color": "#e6ebf0", "main-bg-color-dm": "#e3dbf0", "link-bg-color": "#e6ebf0", - "main-bg-color-reply": "#e0dbf0", + "main-bg-color-reply": "white", "main-bg-color-report": "#e3dbf0", "main-header-color-roles": "#ebebf0", "main-fg-color": "#2d2c37",