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

Commit fd565a2

Browse files
committed
Adjust background colours of back button and font slider
1 parent de096d6 commit fd565a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $secondary-content: #5E6266;
66
$tertiary-content: $secondary-content;
77
$quaternary-content: $secondary-content;
88
$quinary-content: $secondary-content;
9+
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2);
910

1011
$username-variant1-color: #0A6ECA;
1112
$username-variant2-color: #AC3BA8;
@@ -97,3 +98,11 @@ $roomtopic-color: $secondary-content;
9798
color: $input-darker-fg-color !important;
9899
}
99100
}
101+
102+
.mx_UserMenu_contextMenu .mx_UserMenu_contextMenu_header .mx_UserMenu_contextMenu_themeButton {
103+
background-color: $roomlist-button-bg-color !important;
104+
}
105+
106+
.mx_FontScalingPanel_fontSlider {
107+
background-color: $roomlist-button-bg-color !important;
108+
}

0 commit comments

Comments
 (0)