From 91959539a1c4a7bb0e2fa2ef972d856ba888fe4b Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 20 Jun 2015 06:05:07 +0200 Subject: [PATCH] sc: slight attack target colour --- sc.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } -- 2.30.0