From 8741c9e43f4b5eec4ca3940bcc3420da830ef925 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Mon, 16 Sep 2024 10:40:50 -0500 Subject: [PATCH] dark_mode: Introduce higher-contrast, opaque text. Fixes: #31615 --- web/styles/app_variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/app_variables.css b/web/styles/app_variables.css index d79ddc4feb..8895022ca6 100644 --- a/web/styles/app_variables.css +++ b/web/styles/app_variables.css @@ -1103,7 +1103,7 @@ --color-compose-focus-ring: hsl(0deg 0% 67%); /* Text colors */ - --color-text-default: hsl(0deg 0% 100% / 75%); + --color-text-default: hsl(0deg 0% 85%); /* Unlike the light theme, the dark theme renders message text in the default color. */ --color-text-message-default: var(--color-text-default);