summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/play.css b/play.css
index 5c8c051..fde9cfd 100644
--- a/play.css
+++ b/play.css
@@ -1,8 +1,8 @@
main { background-color: dimgray; }
header { background-color: silver; }
header.your_turn { background-color: orange; }
-#role_Dem { background-color: hsl(210,30%,80%); }
-#role_Com { background-color: hsl(35,40%,80%); }
+#role_Democrat { background-color: hsl(200, 80%, 80%); }
+#role_Communist { background-color: hsl(0, 80%, 80%); }
#turn_info { background-color: white; }
/*.aside_events {
font-family: "Source Sans";
@@ -10,6 +10,13 @@ header.your_turn { background-color: orange; }
font-size: 16px;
line-height: 1.5;
}*/
+#deck_data {
+ font-family: "Source Sans";
+ font-style: normal;
+ font-size: 16px;
+ line-height: 1.5;
+}
+#deck_stat {padding-left: 5px;}
#log { background-color: whitesmoke; }
#log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; }