diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-05 12:29:55 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-05 12:29:55 +0100 |
commit | 5adb613910558ecd9c78f27016d5074268453777 (patch) | |
tree | 5a2344aa9860b5b9ecb0f1039bdfeb241b8499b4 /play.css | |
parent | d7b1f56c2dedd7b74e0167d7a113ac1063f1f5a4 (diff) | |
download | 1989-dawn-of-freedom-5adb613910558ecd9c78f27016d5074268453777.tar.gz |
Visual updates to deck length
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 11 |
1 files changed, 9 insertions, 2 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; }
|