Highlighting lines and stepping through code

This commit is contained in:
2023-01-27 01:25:01 -06:00
parent b602ae703f
commit 3d7a19d1bd
3 changed files with 52 additions and 9 deletions
+3
View File
@@ -35,7 +35,10 @@ body {
.snippetEmulator .buttons a {
margin-right: 0.5em;
cursor: pointer;
user-select: none;
}
.snippetEmulator .step, .snippetEmulator .run { color: lightgreen }
.snippetEmulator .reset { color: lightcoral }
.snippetEmulator .build, .snippetEmulator .edit { color: dodgerblue }
.snippetEmulator .highlight { background-color: darkgoldenrod }
.snippetEmulator .src { overflow: scroll }