dark mode
This commit is contained in:
parent
d684c331bd
commit
a9f954b7b3
@ -82,7 +82,6 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Alerty – pozostają bez zmian */
|
/* Alerty – pozostają bez zmian */
|
||||||
.diff-add { color: green; }
|
.diff-add { color: green; }
|
||||||
.diff-rem { color: red; }
|
.diff-rem { color: red; }
|
||||||
@ -101,7 +100,22 @@
|
|||||||
border-color: #444 !important;
|
border-color: #444 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style trybu ciemnego dla modala */
|
||||||
|
.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>
|
</style>
|
||||||
|
|
||||||
<!-- Blok head umożliwiający dołączenie dodatkowych stylów -->
|
<!-- Blok head umożliwiający dołączenie dodatkowych stylów -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user