zmiany w changlogach, alertach itp

This commit is contained in:
Mateusz Gruszczyński
2025-03-04 11:00:51 +01:00
parent 85a37e4a78
commit 73a4e6149a
4 changed files with 218 additions and 101 deletions

View File

@ -145,6 +145,23 @@
padding: 0.5rem;
}
}
/* ========== Modal w trybie ciemny, ========== */
.dark-mode .modal-content {
background-color: #333;
color: #ddd;
border: none;
}
.dark-mode .modal-header,
.dark-mode .modal-footer {
border-color: #444;
}
.dark-mode .modal-title {
color: #fff;
}
.dark-mode .btn-close {
filter: invert(1);
}
</style>
{% block extra_head %}{% endblock %}
</head>