diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -70,15 +70,19 @@ svg .region.action, svg .sea.action { fill-opacity: 0.3; } -body.sel_general svg .region.action { +body.military svg .region.action { fill: hsl(358, 78%, 51%); } -body.sel_governor svg .region.action { +body.senate svg .region.action { fill: hsl(206, 100%, 35%); } -body.sel_governor svg .region.selected { +body.populace svg .region.action { + fill: hsl(44, 80%, 52%); +} + +body.senate svg .region.selected { fill: hsl(206, 100%, 35%); fill-opacity: 0.3; stroke: hsl(206, 100%, 35%); @@ -86,7 +90,7 @@ body.sel_governor svg .region.selected { stroke-dasharray: 8 4; } -body.sel_general svg .sea.action { +body.military svg .sea.action { fill: hsl(206, 100%, 35%); fill-opacity: 0.25; } @@ -174,12 +178,12 @@ body.sel_general svg .sea.action { z-index: 2; } -body.sel_general .capital.action { +body.military .capital.action { border-color: hsl(358, 78%, 51%); background-color: hsla(358, 75%, 51%, 0.2); } -body.sel_governor .capital.action { +body.populace .capital.action { border-color: hsl(44, 80%, 52%); background-color: hsla(44, 80%, 52%, 0.2); } |