summaryrefslogtreecommitdiff
path: root/land-and-freedom.css
diff options
context:
space:
mode:
Diffstat (limited to 'land-and-freedom.css')
-rw-r--r--land-and-freedom.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/land-and-freedom.css b/land-and-freedom.css
index afa3a6f..b3ee0a8 100644
--- a/land-and-freedom.css
+++ b/land-and-freedom.css
@@ -729,6 +729,19 @@ main {
background-image: url("images/bonus/bonus_1_on.png");
}
+.initiative_token {
+ width: 47px;
+ height: 47px;
+ background-size: cover;
+ background-repeat: no-repeat;
+ margin-right: auto;
+ background-image: url("images/initiative_clockwise.png");
+}
+
+.initiative_token[data-year="2"] {
+ background-image: url("images/initiative_counter_clockwise.png");
+}
+
.medallion {
width: 47px;
height: 47px;