From 8a5916ce20fc16e9655463d3d142056401a04031 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 19 Jun 2023 14:50:33 +0200 Subject: Some battles. --- play.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index a733f7f..0518ed3 100644 --- a/play.css +++ b/play.css @@ -195,13 +195,12 @@ body.p2 #Galatia_NPG { display: block } .blue.action { box-shadow: 0 0 0 1px #113854, 0 0 0 4px white; } .yellow.action { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px white; } .green.action { box-shadow: 0 0 0 1px #033600, 0 0 0 4px white; } - -.selected { box-shadow: 0 0 0 3px black, 0 0 4px 6px white } -.selected { box-shadow: 0 0 0 4px black } +.legion.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px red; } +.militia.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px red; } .red.selected { box-shadow: 0 0 0 1px #680000, 0 0 0 4px yellow; } -.blue.selected { box-shadow: 0 0 0 1px #113854, 0 0 0 4px red; } -.yellow.selected { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px red; } +.blue.selected { box-shadow: 0 0 0 1px #113854, 0 0 0 4px yellow; } +.yellow.selected { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px yellow; } .green.selected { box-shadow: 0 0 0 1px #033600, 0 0 0 4px yellow; } #legion_0 { background-position: 0px 0px } -- cgit v1.2.3