diff --git a/roles/docker-keycloak/templates/env.j2 b/roles/docker-keycloak/templates/env.j2 index 4225eaec..13956c6a 100644 --- a/roles/docker-keycloak/templates/env.j2 +++ b/roles/docker-keycloak/templates/env.j2 @@ -19,4 +19,4 @@ KC_DB_PASSWORD= {{database_password}} # If the initial administrator already exists and the environment variables are still present at startup, an error message stating the failed creation of the initial administrator is shown in the logs. Keycloak ignores the values and starts up correctly. KC_BOOTSTRAP_ADMIN_USERNAME= {{administrator_username}} -KC_BOOTSTRAP_ADMIN_PASSWORD= {{administrator_password}} \ No newline at end of file +KC_BOOTSTRAP_ADMIN_PASSWORD= {{administrator_initial_password}} \ No newline at end of file diff --git a/roles/nginx-modifier-css/templates/global.css.j2 b/roles/nginx-modifier-css/templates/global.css.j2 index 2c566915..4389c986 100644 --- a/roles/nginx-modifier-css/templates/global.css.j2 +++ b/roles/nginx-modifier-css/templates/global.css.j2 @@ -1047,4 +1047,9 @@ section.kanban h1, section.kanban h2{ background: var(--color-75); /* New Gradient based on original background (75 -5, 75, 75 +1, 75 +5) */ background: linear-gradient({{ range(0, 361) | random }}deg, var(--color-70), var(--color-75), var(--color-76), var(--color-80)); +} + +/* Portfolio */ +.card-img-top i { +filter: drop-shadow(9px 10px 9px rgba(var(--color-rgb-99), 0.9)); } \ No newline at end of file