X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f5e535f48dc60fdcaa93b9b6ee523801448b9f82..72f611ca7113c0a6c6efb073f0b0555f45530760:/sc.css diff --git a/sc.css b/sc.css index 17aec81..6eb9473 100644 --- 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;