@ -210,6 +210,7 @@ export function Typewriter({disabled}: {disabled?: boolean}) {
},
overviewRulerBorder: false,
theme: 'vs-code-theme-converted',
fontFamily: "JuliaMono",
contextmenu: false
})
@ -656,6 +656,7 @@ function useLevelEditor(codeviewRef, initialCode, initialSelections, onDidChange
lineNumbersMinChars: 3,
tabSize: 2,
'semanticHighlighting.enabled': true,
theme: 'vs-code-theme-converted'
if (onDidChangeSelection) {
@ -169,8 +169,8 @@
.exercise .command-text {
flex: 1;
background-color: #fff;
font-family: "Droid Sans Mono", "monospace", monospace;
font-size: 14px;
font-family: "JuliaMono", monospace;
padding: 0.4em .6em 0;
}
@ -195,6 +195,11 @@
/* border: 2px dotted darkgreen; */
display: flex;
flex-direction: row;
.goal-tab .hyp-group-title {
font-family: "Roboto", sans-serif;
.goal-tab .goal, .goal-tab .hypotheses {
@ -10,6 +10,7 @@
.documentation h1 {
font-weight: 900;
.documentation.hidden {
@ -33,6 +34,11 @@
position: relative;
.inventory .item, .inventory .tab-bar:not(.major) .tab {
font-size: .9rem;
.inventory .item.locked {
border: solid 1px #ccc;
color: #ccc;
@ -174,6 +174,7 @@ td code {
.exercise {
height: 100%;
width: 100%;
.exercise-content {