Light-Blue and Greenish text with a Grey Properties and Navigation pane that attempts to condense areas to increase working space visibility.
Hello chunchun
A new release is available with the 'Hack' font in the scripting area. Below is the code used in case you would like to edit it in the future. As a side note, the font was larger than the original so I decreased it by 8%.
— {
font-family: "Hack";
src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/ttf/hack-regular.ttf") format("ttf"),
src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff") format("woff"),
src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff2") format("woff2"),
}
.CodeMirror-code {
font-family: 'Hack', sans-serif;
font-weight:normal;
font-style:normal;
font-size: 92%
Line 4381 to 4392. Good luck! Stay safe.