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

Commit

Permalink
Adjust background colours of back button and font slider
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Oct 27, 2021
1 parent de096d6 commit fd565a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/themes/light-high-contrast/css/_light-high-contrast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $secondary-content: #5E6266;
$tertiary-content: $secondary-content;
$quaternary-content: $secondary-content;
$quinary-content: $secondary-content;
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2);

$username-variant1-color: #0A6ECA;
$username-variant2-color: #AC3BA8;
Expand Down Expand Up @@ -97,3 +98,11 @@ $roomtopic-color: $secondary-content;
color: $input-darker-fg-color !important;
}
}

.mx_UserMenu_contextMenu .mx_UserMenu_contextMenu_header .mx_UserMenu_contextMenu_themeButton {
background-color: $roomlist-button-bg-color !important;
}

.mx_FontScalingPanel_fontSlider {
background-color: $roomlist-button-bg-color !important;
}

0 comments on commit fd565a2

Please sign in to comment.