Matugen/Vesktop: adjust text brightness

This commit is contained in:
Ly-sec
2025-11-25 01:47:56 +01:00
parent f38861061e
commit 8afb6cfb6a
+14
View File
@@ -173,3 +173,17 @@ body {
.timestampInline_c19a55 time {
color: var(--text-4) !important;
}
/* Make chat input text and placeholder use lighter text color */
.slateTextArea_ec4baf,
.slateTextArea_ec4baf .emptyText__1464f,
.markup__75297,
.editor__1b31f {
color: var(--text-4) !important;
}
/* Make chat messages slightly lighter */
.messageContent__5126c,
.messageContent__5126c .markup__75297 {
color: var(--text-1) !important;
}