1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-24 11:16:38 +00:00

fixed null err msg during exception, basic: multiline if/else/then, MOD, SUB, CALL, newLocalScope()

This commit is contained in:
Steven Hugg
2020-08-24 11:51:47 -05:00
parent edb8a58aab
commit 13a4570745
9 changed files with 265 additions and 67 deletions
+6
View File
@@ -444,6 +444,12 @@ div.markdown th {
-webkit-background-clip: text;
color:rgba(0,0,0,0);
}
.logo-gradient:hover {
text-shadow: 0px 0px 0.5em rgba(255,255,255,1);
text-decoration: underline;
text-decoration-color: #ddd;
text-decoration-thickness: 1px;
}
.disable-select {
user-select: none;
}