From 6ed843934853f5dd842468f7fdb63f57c9149877 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 27 Dec 2022 15:03:55 +0100 Subject: Explicit deck. --- play.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index d259459..f427fd9 100644 --- a/play.html +++ b/play.html @@ -612,10 +612,8 @@ body.shift .mustered_vassals { filter: brightness(80%); } -.tuck_under_map .card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } -.tuck_under_map .card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } -.mat .card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } -.mat .card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } +.card.action.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px white; } +.card.action.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px white; } .card.selected.teutonic { background-color: #e1e6e8; box-shadow: 0 0 0 1px #666a6c, 0 0 0 3px yellow; } .card.selected.russian { background-color: #e1d6c1; box-shadow: 0 0 0 1px #665c4a, 0 0 0 3px yellow; } @@ -1238,7 +1236,7 @@ body.shift .mustered_vassals {
-
+
-- cgit v1.2.3