sc: indicate optional transport [overlord] capability
[sheet.git] / sc.css
diff --git a/sc.css b/sc.css
index 7ad23e1c9cdae7782b3a9d4338762d7cf4801ea4..6eb9473ff00c1006813cb0f04657d664d01001c6 100644 (file)
--- a/sc.css
+++ b/sc.css
@@ -101,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;