diff --git a/roles/nginx-modifier-css/templates/global.css.j2 b/roles/nginx-modifier-css/templates/global.css.j2 index 8578e20f..fd85c643 100644 --- a/roles/nginx-modifier-css/templates/global.css.j2 +++ b/roles/nginx-modifier-css/templates/global.css.j2 @@ -1198,4 +1198,9 @@ input.ng-empty::placeholder,.ng-empty::placeholder { .navbar-toggler { background-color: rgba(var(--color-rgb-01-75), 0.9); border-color: var(--color-01-67) +} + +.alert-info { + --bs-alert-color: var(--color-03-14); + --bs-alert-bg: var(--color-01-86); } \ No newline at end of file