Matugen/Vesktop: fix thread text color

This commit is contained in:
Ly-sec
2025-11-26 10:31:36 +01:00
parent 331519bba4
commit bc9c27baf8
2 changed files with 61 additions and 0 deletions
+18
View File
@@ -173,3 +173,21 @@ body {
.timestampInline_c19a55 time {
color: var(--text-4) !important;
}
.postTitleText_faa96b {
color: var(--text-3) !important;
}
.postTitleText_faa96b .highlight {
color: var(--text-2) !important;
}
.messageContent_c19a55,
.messageContent_faa96b {
color: var(--text-3) !important;
}
.messageContent_c19a55 .highlight,
.messageContent_faa96b .highlight {
color: var(--text-2) !important;
}