add imprint as modal

This commit is contained in:
2025-09-20 21:26:40 +02:00
parent 82635a94e3
commit a5a608958a
5 changed files with 127 additions and 133 deletions
+19
View File
@@ -136,4 +136,23 @@ footer {
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f8f9fa;
--bs-gradient: none;
}
.modal-content {
background-color: var(--bs-body-bg);
border-color: var(--bs-border-color);
}
.modal-header {
border-bottom-color: var(--bs-border-color);
}
.btn-close {
filter: var(--bs-btn-close-filter, none);
}
[data-bs-theme="dark"] .btn-close {
filter: invert(1) grayscale(100%) brightness(200%);
}