Difference between revisions of "Template:Black Sea Coordinate Grid/styles.css"

From Underrail Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 08:36, 29 September 2020

/* 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; }