X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/62b024525645e57677d0ccb937c34c9cf08c492a..01998de3bc56d497fc633202dba33f2b613a87a1:/sc.css diff --git a/sc.css b/sc.css index 7ad23e1..6eb9473 100644 --- 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;