From c85bb4545f62f96afab7cffe39bd248965e562fb Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 19 Aug 2026 15:05:24 +0100 Subject: [PATCH] vesktop: brighten message body text Co-Authored-By: Claude Opus 5 --- templates/vesktop-quickCss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vesktop-quickCss.css b/templates/vesktop-quickCss.css index 5ba2bc2..96bb2f0 100644 --- a/templates/vesktop-quickCss.css +++ b/templates/vesktop-quickCss.css @@ -10,7 +10,7 @@ --text-0: {{colors.surface.default.hex}}; --text-1: {{colors.on_surface.default.hex}}; --text-2: {{colors.on_surface.default.hex}}; - --text-3: {{colors.on_surface_variant.default.hex}}; + --text-3: {{colors.on_surface.default.hex}}; --text-4: {{colors.outline.default.hex}}; --text-5: {{colors.outline_variant.default.hex}};