Specify width and syntax highlighting and indentation

This commit is contained in:
2023-01-29 23:26:48 -06:00
parent 7e969f1469
commit 78d8457f75
5 changed files with 147 additions and 14 deletions
+8 -1
View File
@@ -52,4 +52,11 @@ body {
.snippetEmulator .reset { color: lightcoral }
.snippetEmulator .build, .snippetEmulator .edit { color: dodgerblue }
.snippetEmulator .highlight { background-color: darkgoldenrod }
.snippetEmulator .src { overflow: scroll }
.snippetEmulator .src { overflow: scroll }
.snippetEmulator .src .directive { color: darkcyan }
.snippetEmulator .src .macro { color: mediumpurple }
.snippetEmulator .src .number { color: lightskyblue }
.snippetEmulator .src .string { color: darkseagreen }
.snippetEmulator .src .label { color: chocolate }
.snippetEmulator .src .comment { color: grey }