From 3d577cf15eadb9a48cf391e837f9573c98753065 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 14 Feb 2022 20:04:57 +0100 Subject: [PATCH] *: add placeholder custom.css to easily allow user customisation Signed-off-by: Jens Langhammer --- authentik/core/templates/base/skeleton.html | 1 + internal/outpost/proxyv2/templates/error.html | 1 + web/rollup.config.js | 1 + web/src/custom.css | 1 + 4 files changed, 4 insertions(+) create mode 100644 web/src/custom.css diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html index 544f94449..97235f986 100644 --- a/authentik/core/templates/base/skeleton.html +++ b/authentik/core/templates/base/skeleton.html @@ -16,6 +16,7 @@ {% block head_before %} {% endblock %} + {% block head %} {% endblock %} diff --git a/internal/outpost/proxyv2/templates/error.html b/internal/outpost/proxyv2/templates/error.html index 02f60e350..f6b1b5fbe 100644 --- a/internal/outpost/proxyv2/templates/error.html +++ b/internal/outpost/proxyv2/templates/error.html @@ -8,6 +8,7 @@ +