diff options
-rw-r--r-- | play.css | 11 | ||||
-rw-r--r-- | play.html | 2 |
2 files changed, 10 insertions, 3 deletions
@@ -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; }
@@ -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>
|