mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Matugen/Vesktop: adjust text brightness
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user