Theme chat and notification surfaces

This commit is contained in:
2026-04-24 13:22:47 +02:00
parent b8a7fbf873
commit fb36745212
2 changed files with 109 additions and 0 deletions
+8
View File
@@ -17,6 +17,7 @@
}
.btn-secondary,
.btn-light,
.btn-ghost,
.btn-outline-secondary {
--bs-btn-color: #d8cec0;
@@ -31,6 +32,13 @@
box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.035);
}
.btn-light {
--bs-btn-hover-bg: rgba(194, 163, 90, 0.09);
--bs-btn-hover-border-color: rgba(216, 194, 138, 0.5);
--bs-btn-active-bg: rgba(194, 163, 90, 0.15);
--bs-btn-active-border-color: rgba(216, 194, 138, 0.56);
}
.modal-footer .btn-secondary,
.bootbox .modal-footer .btn-secondary,
.modal-footer .btn[data-bs-dismiss="modal"],