From 01646e2d461ab148a5e13081cbab26fb5c2ee3b4 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 20 Jun 2015 08:02:55 +0200 Subject: [PATCH] sc: coloured underline for passive ability style More refined appearance if available (currently only Firefox and Safari). --- sc.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc.css b/sc.css index 0b53931..0f2bb88 100644 --- a/sc.css +++ b/sc.css @@ -96,6 +96,9 @@ tbody .unit-shield { } .magic-perma { text-decoration: underline; + text-decoration-color: #8C0; + -moz-text-decoration-color: #8C0; + -webkit-text-decoration-color: #8C0; } .units .val { -- 2.30.0