Add some color and styling to the Bitcoin ASM opcodes

Fixes #164
This commit is contained in:
wiz
2020-11-21 04:47:39 +09:00
parent 9f9c0b1114
commit 9e83fdc9f2
5 changed files with 370 additions and 5 deletions

View File

@@ -429,3 +429,41 @@ h1, h2, h3 {
th {
white-space: nowrap;
}
// 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
}