diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -363,6 +363,22 @@ span.suit.reserve { color: var(--color-reserve); font-weight: bold; font-family: /* MARKERS */ +span.subsidy { + display: inline-block; + font-weight: bold; + line-height: 1; + margin: 0 2px; + padding: 0 2px; + border: 1px solid black; +} + +span.subsidy.france { color: gold; background-color: #f21c26 } +span.subsidy.prussia { color: gold; background-color: #005988 } +span.subsidy.pragmatic { color: gainsboro; background-color: #7d7a7a } +span.subsidy.austria { color: #444; background-color: white } +span.subsidy.bavaria { color: brown; background-color: #fca808 } +span.subsidy.saxony { color: gold; background-color: #147d36 } + #combat { position: absolute; width: 36px; |