Template:Black Sea Coordinate Grid/styles.css

From Underrail Wiki
< Template:Black Sea Coordinate Grid
Revision as of 08:36, 29 September 2020 by Zonezonezonezonebest (talk | contribs) (Created page with "→‎Black sea coordinate grid tile backgrounds: →‎Current types are: ruin, native, pirate, expedition & sea: .coord-grid-tile.expedition { background: #ffffcc; } .coord-g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* Black sea coordinate grid tile backgrounds */ /* Current types are: ruin, native, pirate, expedition & sea */

.coord-grid-tile.expedition { background: #ffffcc; } .coord-grid-tile.native { background: #ff78a9; } .coord-grid-tile.pirate { background: ffe6cc; } .coord-grid-tile.ruin { background: #77ffcc; } .coord-grid-tile.sea { background: #1111dd; }