From: Mischa POSLAWSKY Date: Sat, 20 Jun 2015 04:05:07 +0000 (+0200) Subject: sc: slight attack target colour X-Git-Tag: v1.8~119 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/91959539a1c4a7bb0e2fa2ef972d856ba888fe4b?ds=sidebyside sc: slight attack target colour --- diff --git a/sc.css b/sc.css index 10e958c..0b53931 100644 --- a/sc.css +++ b/sc.css @@ -64,7 +64,7 @@ td.hurtrel { font-size: 70%; } tbody .unit-shield { - color: #46A; + color: #64A; } .unit-pdd { color: #A8C; @@ -72,6 +72,12 @@ tbody .unit-shield { .unit-splash { color: #4A0; } +.hurt-a { + color: #036; +} +.hurt-g { + color: #063; +} .unit-massive { color: #D88; }