forked from coop-cloud/authentik
Revert "feat: make themeing easier"
This reverts commit e07d57718a871dc0178e3e4047f017cc55d71d97.
This commit is contained in:
parent
5086df24fb
commit
d19bf17781
@ -47,7 +47,9 @@ services:
|
|||||||
- media:/media
|
- media:/media
|
||||||
- assets:/web/dist/assets
|
- assets:/web/dist/assets
|
||||||
- templates:/templates
|
- templates:/templates
|
||||||
- webdist:/web/dist
|
configs:
|
||||||
|
- source: custom_css
|
||||||
|
target: /web/dist/custom.css
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- proxy
|
- proxy
|
||||||
@ -178,7 +180,6 @@ networks:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
backups:
|
backups:
|
||||||
webdist:
|
|
||||||
media:
|
media:
|
||||||
templates:
|
templates:
|
||||||
assets:
|
assets:
|
||||||
|
24
custom.css.tmpl
Normal file
24
custom.css.tmpl
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/* my custom css */
|
||||||
|
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--ak-accent: #fd4b2d;
|
||||||
|
|
||||||
|
--ak-dark-foreground: #fafafa;
|
||||||
|
--ak-dark-foreground-darker: #bebebe;
|
||||||
|
--ak-dark-foreground-link: #5a5cb9;
|
||||||
|
--ak-dark-background: #18191a;
|
||||||
|
--ak-dark-background-darker: #000000;
|
||||||
|
|
||||||
|
|
||||||
|
--ak-dark-background-light: {{ env "AUTHENTIK_COLOR_BACKGROUND_LIGHT" }};
|
||||||
|
--ak-dark-background-light-ish: #212427;
|
||||||
|
--ak-dark-background-lighter: #2b2e33;
|
||||||
|
|
||||||
|
--pf-c-background-image--BackgroundImage: var(--ak-flow-background);
|
||||||
|
--pf-c-background-image--BackgroundImage-2x: var(--ak-flow-background);
|
||||||
|
--pf-c-background-image--BackgroundImage--sm: var(--ak-flow-background);
|
||||||
|
--pf-c-background-image--BackgroundImage--sm-2x: var(--ak-flow-background);
|
||||||
|
--pf-c-background-image--BackgroundImage--lg: var(--ak-flow-background);
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user