From 716c1c40e95790ba88e49d632ea6407ae85e077b Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 20 Jun 2025 10:06:04 +0200 Subject: [PATCH] =?UTF-8?q?Added=20optimized=20CSS=20f=C3=BCr=20modals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nginx-modifier-css/templates/global.css.j2 | 5 +++++ 1 file changed, 5 insertions(+) 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