dark_mode: Introduce higher-contrast, opaque text.

Fixes: #31615
This commit is contained in:
Karl Stolley 2024-09-16 10:40:50 -05:00 committed by Tim Abbott
parent b8d4bddacf
commit 8741c9e43f
1 changed files with 1 additions and 1 deletions

View File

@ -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);