summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/play.css b/play.css
index 42f36d0..c7e8ae3 100644
--- a/play.css
+++ b/play.css
@@ -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);
}