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

Commit

Permalink
Merge pull request #6768 from AndrewFerr/develop
Browse files Browse the repository at this point in the history
Set dark theme colors for auth components
  • Loading branch information
turt2live committed Sep 13, 2021
2 parents e3a2c25 + 09ef07a commit 6249a1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ $visual-bell-bg-color: #800;

$room-warning-bg-color: $header-panel-bg-color;

$authpage-body-bg-color: $background;
$authpage-primary-color: $primary-content;

$dark-panel-bg-color: $header-panel-bg-color;
$panel-gradient: rgba(34, 38, 46, 0), rgba(34, 38, 46, 1);

Expand Down
2 changes: 2 additions & 0 deletions res/themes/light-custom/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ $tab-label-fg-color: var(--timeline-text-color);
// was #4e5054
$authpage-lang-color: var(--timeline-text-color);
$roomheader-color: var(--timeline-text-color);
// was #232f32
$authpage-primary-color: var(--timeline-text-color);
// --roomlist-text-secondary-color
$roomtile-preview-color: var(--roomlist-text-secondary-color);
$roomlist-header-color: var(--roomlist-text-secondary-color);
Expand Down

0 comments on commit 6249a1b

Please sign in to comment.