mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-24 05:11:54 +01:00
solved bugs and optimized css
This commit is contained in:
parent
64f8b56e2d
commit
1a951648cb
@ -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}}
|
||||
KC_BOOTSTRAP_ADMIN_PASSWORD= {{administrator_initial_password}}
|
@ -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));
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user