zmiany w logice i endpoitach
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user