From 30fb0bad78e3821720e772927a5f630eab0d01f1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 21 Nov 2020 18:17:29 +0900 Subject: [PATCH] Tweak ASM opcode styling colors --- frontend/src/styles.scss | 44 ++++++++-------------------------------- 1 file changed, 9 insertions(+), 35 deletions(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 0c243d722..c676354d9 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -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 }