From a6e528d20996f24c6133b4c78183b4948c187251 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 29 Apr 2021 15:17:10 +0200 Subject: [PATCH] core: fix text color of error pages not being white Signed-off-by: Jens Langhammer --- authentik/core/templates/error/generic.html | 2 +- authentik/core/templates/if/admin.html | 2 +- authentik/core/templates/if/flow.html | 2 +- web/src/authentik.css | 2 +- web/src/interfaces/admin/index.html | 2 +- web/src/interfaces/flow/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/authentik/core/templates/error/generic.html b/authentik/core/templates/error/generic.html index a6bf253e0..4868f79d8 100644 --- a/authentik/core/templates/error/generic.html +++ b/authentik/core/templates/error/generic.html @@ -12,7 +12,7 @@ {% endblock %} {% block body %} -
+
diff --git a/authentik/core/templates/if/admin.html b/authentik/core/templates/if/admin.html index fa53c20f8..34679b1ae 100644 --- a/authentik/core/templates/if/admin.html +++ b/authentik/core/templates/if/admin.html @@ -10,7 +10,7 @@ {% block body %} -
+
diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index e8fc13e1a..35682d601 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -14,7 +14,7 @@ {% block body %} -
+
diff --git a/web/src/authentik.css b/web/src/authentik.css index b6b2cbab0..afcebb269 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -97,7 +97,7 @@ html > form > input { body { background-color: var(--ak-dark-background) !important; } -.ak-initial-load h1 { +.ak-static-page h1 { color: var(--ak-dark-foreground); } .form-help-text { diff --git a/web/src/interfaces/admin/index.html b/web/src/interfaces/admin/index.html index ec00e630f..0d068d06e 100644 --- a/web/src/interfaces/admin/index.html +++ b/web/src/interfaces/admin/index.html @@ -18,7 +18,7 @@ -
+
diff --git a/web/src/interfaces/flow/index.html b/web/src/interfaces/flow/index.html index b03ab73b4..cba81f5d7 100644 --- a/web/src/interfaces/flow/index.html +++ b/web/src/interfaces/flow/index.html @@ -19,7 +19,7 @@ -
+