diff --git a/templates/Froxlor/src/scss/_variables.scss b/templates/Froxlor/src/scss/_variables.scss index 41ae4fa1..a76c7670 100644 --- a/templates/Froxlor/src/scss/_variables.scss +++ b/templates/Froxlor/src/scss/_variables.scss @@ -10,7 +10,7 @@ $froxlor-blue-dark: #1871a2; $primary: $froxlor-blue-dark; $secondary: $dark-bg; -$info: $froxlor-blue-dark; +$info: $froxlor-blue-light; $warning: #FBBF24; $danger: #E11D48; @@ -18,6 +18,9 @@ $alert-bg-scale: 0; $alert-color-scale: 0; $alert-border-width: 0; +$list-group-item-color-scale: 0; +$list-group-item-bg-scale: 0; + $card-border-width: 0; // Body diff --git a/templates/Froxlor/user/index.html.twig b/templates/Froxlor/user/index.html.twig index 81b1b472..cf607dd2 100644 --- a/templates/Froxlor/user/index.html.twig +++ b/templates/Froxlor/user/index.html.twig @@ -13,14 +13,14 @@ {% endif %}
Test