Closed Malvoz closed 2 years ago
side note: styles are duplicated in the HTML files in https://github.com/Maps4HTML/web-map-doc/tree/main/static/demo:
instead there could be a /code-editor.css file that contains these styles which the iframes can fetch through <link rel="stylesheet">
, so that style changes only need to happen in one place. 🙂
Thanks Robert, Just came across this issue. Will be updated soon!
The new code editor has fixed light theme colors, there should also be styles for dark mode.
I.e.
@media (prefers-color-scheme: dark) { /* dark theme colors */ }
/cc @AliyanH