summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css11
-rw-r--r--play.html2
2 files changed, 10 insertions, 3 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; }
diff --git a/play.html b/play.html
index 122d23a..f2956f0 100644
--- a/play.html
+++ b/play.html
@@ -49,7 +49,7 @@
<div class="role_user">-</div>
</div>
<div class="role" id="deck_data">
- <div class="deck_name">Strategy deck:</div>
+ <div class="deck_name" id="deck_stat">Strategy deck:</div>
<div class="role_stat" id="deck_length">0 cards</div>
</div>
</div>