diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-01-06 22:26:03 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-01-08 10:46:28 +0100 |
commit | a004f3d20cca66ede253034b56246f37e8fa1011 (patch) | |
tree | 1a8250985ff1aa3b8e06e2734fad4ab741b961c2 /play.css | |
parent | aad5c0dfcec0e4eeefacb4bccce30e514d98b98c (diff) | |
download | 1989-dawn-of-freedom-a004f3d20cca66ede253034b56246f37e8fa1011.tar.gz |
use overlay for systematization instead of double sized counter
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -173,6 +173,11 @@ X#log .dem_nc { background-image: url(images/icon_dem.png) } box-shadow: 0 0 0 1px black, inset 0 0 0 1px black; } +.space.systematization { + background-color: #faebd7cc; + border-color: antiquewhite; +} + /* MARKERS */ /* node tools/gencolors.js */ @@ -316,9 +321,6 @@ X#log .dem_nc { background-image: url(images/icon_dem.png) } /* The Wall */ #event_9 { top: 175px; left: 216px; } -/* Systematisation */ -#event_69 {height: 65px; width: 65px; background-size: cover;} - /* CARD PANELS */ .panel { |