sc: drop legacy variable fallback in upgrade precalculation
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index b8e3981e8fa188515f1d277967f4473489c65a63..95f53a310427f67827acb6b41961dbe0382c87ac 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -47,6 +47,7 @@ table h2 {
 .unit.unit-s {color: #770}
 .unit.unit-m {color: #C70}
 .unit.unit-l {color: #D22}
+.unit.unit-h {color: #804}
 .hurt.unit-s::before {
        content: '~';
        color: #773;
@@ -55,7 +56,8 @@ table h2 {
        content: '*';
        color: #C66;
 }
-.unit-massive,
+td .unit-massive,
+td .unit-jump,
 .hurt .unit-splash {
        position: absolute;
 }
@@ -68,7 +70,7 @@ table h2 {
        color: #4A0;
 }
 .unit-massive {
-       color: #A76;
+       color: #D88;
 }
 .unit-detect::before {
        content: '!';
@@ -76,6 +78,10 @@ table h2 {
        font-size: 70%;
        vertical-align: super;
 }
+.unit-jump {
+       margin-left: -.2em;
+       color: #8A4;
+}
 .unit-magic {
        padding-left: 0.5em;
 }