sc: collision diameter and transportability in size title
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index 17aec8160b73c5ae906b39de2b92eb3214c56c8f..6eb9473ff00c1006813cb0f04657d664d01001c6 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -47,7 +47,11 @@ table h2 {
        color: #C88;
        font-size: 70%;
 }
-.unit-s {color: #770}
+.unit-air {
+       color: #08C;
+}
+.unit-x {color: #888}
+.unit-s {color: #890}
 .unit-m {color: #C70}
 .unit-l {color: #D22}
 .unit-h {color: #804}
@@ -97,6 +101,16 @@ tbody .unit-shield {
 .unit-magic {
        padding-left: 0.5em;
 }
+.magic-opt::before {
+       color: #000;
+       content: '(';
+       position: absolute;
+       margin-left: -0.33em;
+}
+.magic-opt::after {
+       color: #000;
+       content: ')';
+}
 .magic-perma {
        text-decoration: underline;
                text-decoration-color: #8C0;