progamatic dark mode

This commit is contained in:
Víctor Losada Hernández
2026-08-28 00:01:42 +02:00
parent 0dd6ddf33c
commit 1133dff5ce
5 changed files with 28 additions and 3 deletions
@@ -377,4 +377,19 @@
}
}
}
}
.editor.darkMode .metadataEditor {
background-color: #555;
background-image: @backgroundImageAltDark;
color:#ddd;
h2 {
color:@blueLight;
border-color: @blue;
}
input, textarea, select {
background-color:#ddd;
}
}