make menubar color customizable

This commit is contained in:
Philipp Rothmann 2022-10-19 13:32:27 +02:00
parent b21f73b275
commit c08834ee12
4 changed files with 5 additions and 3 deletions

View File

@ -33,3 +33,5 @@ AUTHENTIK_LOG_LEVEL=info
# SECRET_ADMIN_PASS_VERSION=v1
# X_FRAME_OPTIONS_ALLOW_FROM=dashboard.example.org
AUTHENTIK_COLOR_BACKGROUND_LIGHT=#1c1e21

View File

@ -1 +1 @@
export CUSTOM_CSS_VERSION=v1
export CUSTOM_CSS_VERSION=v2

View File

@ -20,7 +20,7 @@ x-env: &env
- AUTHENTIK_EMAIL__FROM
- AUTHENTIK_LOG_LEVEL
- AUTHENTIK_SETTINGS__THEME__BACKGROUND
- AUTHENTIK_COLOR_BACKGROUND_LIGHT
version: '3.8'
services:

View File

@ -10,8 +10,8 @@
--ak-dark-background: #18191a;
--ak-dark-background-darker: #000000;
--ak-dark-background-light: #3f607d;
--ak-dark-background-light: {{ env "AUTHENTIK_COLOR_BACKGROUND_LIGHT" }};
--ak-dark-background-light-ish: #212427;
--ak-dark-background-lighter: #2b2e33;