Tweak ASM opcode styling colors

This commit is contained in:
wiz 2020-11-21 18:17:29 +09:00
parent 742ce7c429
commit 30fb0bad78
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -432,38 +432,12 @@ th {
// ASM opcode colors
.constants {
color: #ff8c00
}
.control {
color: #87ceeb
}
.stack {
color: #ffa500
}
.splice {
color: #46b5e2
}
.logic {
color: #46b5e2
}
.arithmetic {
color: #cae8d0
}
.crypto {
color: #b22222
}
.locktime {
color: #ff8c00
}
.reserved {
color: #ff8c00
}
.constants { color: #ff8c00 }
.control { color: #87ceeb }
.stack { color: #ffa500 }
.splice { color: #46b5e2 }
.logic { color: #46b5e2 }
.arithmetic { color: #cae8d0 }
.crypto { color: #fa3d3d }
.locktime { color: #ff8c00 }
.reserved { color: #ff8c00 }