zmiany w changlogach, alertach itp
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user