diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-19 14:50:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | 8a5916ce20fc16e9655463d3d142056401a04031 (patch) | |
tree | 8ae16aafd6cd1f7fe870d32c8cace5747c991ef3 /play.css | |
parent | f0a3de684843c21695118b62b36ef6821fe4cba3 (diff) | |
download | time-of-crisis-8a5916ce20fc16e9655463d3d142056401a04031.tar.gz |
Some battles.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 } |