Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6ccbd9c

Browse files
committed
Change light grey text to be darker in high contrast theme
1 parent 037b3d0 commit 6ccbd9c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

res/themes/light-high-contrast/css/_light-high-contrast.scss

+14-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ $accent: #268075;
33
$alert: #D62C25;
44
$links: #0A6ECA;
55
$secondary-content: #5E6266;
6-
$tertiary-content: #5E6266; // Same as secondary
7-
$quaternary-content: #5E6266; // Same as secondary
6+
$tertiary-content: $secondary-content;
7+
$quaternary-content: $secondary-content;
8+
$quinary-content: $secondary-content;
89

910
$username-variant1-color: #0A6ECA;
1011
$username-variant2-color: #AC3BA8;
@@ -50,6 +51,7 @@ $button-danger-bg-color: $notice-primary-color;
5051
$mention-user-pill-bg-color: $warning-color;
5152
$input-invalid-border-color: $warning-color;
5253
$event-highlight-fg-color: $warning-color;
54+
$roomtopic-color: $secondary-content;
5355

5456
@define-mixin mx_DialogButton_danger {
5557
background-color: $accent-color;
@@ -76,3 +78,13 @@ $event-highlight-fg-color: $warning-color;
7678
outline: 2px solid $accent-color;
7779
outline-offset: 2px;
7880
}
81+
82+
.mx_BasicMessageComposer .mx_BasicMessageComposer_inputEmpty > :first-child::before {
83+
color: $secondary-content;
84+
opacity: 1 !important;
85+
}
86+
87+
.mx_TextualEvent {
88+
color: $secondary-content;
89+
opacity: 1 !important;
90+
}

0 commit comments

Comments
 (0)