summary refs log tree commit diff
path: root/synapse/res/templates/sso.css
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-02-01 18:01:15 +0000
committerGitHub <noreply@github.com>2021-02-01 18:01:15 +0000
commit419313b06ab21d60773fd95782c655ff79742f06 (patch)
treea1e27ce456b3e3050c8e8bce2d0f142e36cf8aed /synapse/res/templates/sso.css
parentMake importing display name and email optional (#9277) (diff)
downloadsynapse-419313b06ab21d60773fd95782c655ff79742f06.tar.xz
Improve styling and wording of SSO error templates (#9287)
Diffstat (limited to 'synapse/res/templates/sso.css')
-rw-r--r--synapse/res/templates/sso.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/res/templates/sso.css b/synapse/res/templates/sso.css
index ff9dc94032..428ee917b3 100644
--- a/synapse/res/templates/sso.css
+++ b/synapse/res/templates/sso.css
@@ -20,6 +20,10 @@ h1 {
   font-size: 24px;
 }
 
+.error_page h1 {
+  color: #FE2928;
+}
+
 h2 {
   font-size: 14px;
 }
@@ -80,4 +84,4 @@ main {
 
 .profile .display-name, .profile .user-id {
   line-height: 18px;
-}
\ No newline at end of file
+}