*: add placeholder custom.css to easily allow user customisation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-02-14 20:04:57 +01:00
parent 5474a32573
commit 3d577cf15e
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@
{% block head_before %}
{% endblock %}
<link rel="stylesheet" type="text/css" href="{% static 'dist/authentik.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'dist/custom.css' %}">
<script src="{% static 'dist/poly.js' %}" type="module"></script>
{% block head %}
{% endblock %}

View File

@ -8,6 +8,7 @@
<link rel="shortcut icon" type="image/png" href="/outpost.goauthentik.io/static/dist/assets/icons/icon.png">
<link rel="stylesheet" type="text/css" href="/outpost.goauthentik.io/static/dist/patternfly.min.css">
<link rel="stylesheet" type="text/css" href="/outpost.goauthentik.io/static/dist/authentik.css">
<link rel="stylesheet" type="text/css" href="/outpost.goauthentik.io/static/dist/custom.css">
<style>
.pf-c-background-image::before {
--ak-flow-background: url("/outpost.goauthentik.io/static/dist/assets/images/flow_background.jpg");

View File

@ -34,6 +34,7 @@ export const resources = [
dest: "dist/",
},
{ src: "src/authentik.css", dest: "dist/" },
{ src: "src/custom.css", dest: "dist/" },
{
src: "node_modules/@patternfly/patternfly/assets/*",

1
web/src/custom.css Normal file
View File

@ -0,0 +1 @@
/* User customisable */