mondo: change default markcss

This commit is contained in:
Felix Roos
2025-03-20 09:10:45 +01:00
parent 65a7b3030e
commit 3657e2fd65
+1 -1
View File
@@ -38,7 +38,7 @@ export function mondo(code, offset = 0) {
code = code.join('');
}
const pat = runner.run(code, offset);
return pat;
return pat.markcss('color: var(--foreground);text-decoration:underline');
}
// tell transpiler how to get locations for mondo`` calls