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

Commit 82f42f6

Browse files
committed
fix(auth): mas breaks security modal styling
The move to the Matrix Auth Service means the app no longer uses the light theme after login. Due to this, custom styling has now been set.
1 parent b87632b commit 82f42f6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

res/css/views/auth/_CompleteSecurityBody.pcss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ Please see LICENSE files in the repository root for full details.
99

1010
.mx_CompleteSecurityBody {
1111
width: 600px;
12-
color: $authpage-primary-color;
13-
background-color: $background;
12+
/* color: $authpage-primary-color; */
13+
/* background-color: $background; */
1414
border-radius: 8px;
1515
padding: 20px;
1616
box-sizing: border-box;
1717

18+
/* elecord, custom colours */
19+
color: #ebeef2;
20+
background-color: #000000d9;
21+
outline: solid #7d7d7d5c;
22+
1823
h2 {
1924
font-size: $font-24px;
2025
font-weight: var(--cpd-font-weight-semibold);

0 commit comments

Comments
 (0)