This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 1 file changed +14
-2
lines changed
res/themes/light-high-contrast/css
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ $accent: #268075;
3
3
$alert : #D62C25 ;
4
4
$links : #0A6ECA ;
5
5
$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 ;
8
9
9
10
$username-variant1-color : #0A6ECA ;
10
11
$username-variant2-color : #AC3BA8 ;
@@ -50,6 +51,7 @@ $button-danger-bg-color: $notice-primary-color;
50
51
$mention-user-pill-bg-color : $warning-color ;
51
52
$input-invalid-border-color : $warning-color ;
52
53
$event-highlight-fg-color : $warning-color ;
54
+ $roomtopic-color : $secondary-content ;
53
55
54
56
@define-mixin mx_DialogButton_danger {
55
57
background-color : $accent-color ;
@@ -76,3 +78,13 @@ $event-highlight-fg-color: $warning-color;
76
78
outline : 2px solid $accent-color ;
77
79
outline-offset : 2px ;
78
80
}
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
+ }
You can’t perform that action at this time.
0 commit comments