zmiany w logice i endpoitach

This commit is contained in:
Mateusz Gruszczyński
2025-08-28 12:42:57 +02:00
parent d42ce7fcc4
commit 62e40d5aee
8 changed files with 316 additions and 396 deletions

View File

@@ -292,4 +292,15 @@ select.form-select:focus {
border-color: var(--accent-600);
color: var(--text);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 50%, transparent);
}
/* pole edycji ciemne */
.CodeMirror {
background-color: #1e1e1e !important;
color: #e0e0e0 !important;
}
/* kursor */
.CodeMirror-cursor {
border-left: 1px solid #e0e0e0 !important;
}