Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
scottanderson committed Oct 5, 2024
1 parent d081d2b commit 78f75b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions railroad.studio/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,17 @@ body {
stroke: var(--pond-stroke);
}

.industry.firewooddepot .building { fill: var(--firewood-camp); }
.industry.coaltower .building { fill: var(--coaling-tower); }
.industry.enginehouse_alpine .building { fill: var(--engine-house-lightblue); }
.industry.enginehouse_aspen .building { fill: var(--engine-house-gold); }
.industry.enginehouse_barn .building { fill: var(--engine-house-red); }
.industry.enginehouse_princess .building { fill: var(--engine-house-brown); }
.industry.engineshed_style1 .building { fill: var(--engine-house-red); }
.industry.engineshed_style2 .building { fill: var(--engine-house-brown); }
.industry.engineshed_style3 .building { fill: var(--building-beige); }
.industry.engineshed_style4 .building { fill: var(--building-old); }
.industry.firewooddepot .building { fill: var(--firewood-camp); }
.industry.telegraphoffice .building { fill: var(--telegraph-office); }
.industry.coaltower .building { fill: var(--coaling-tower); }
.industry.watertower_1870_style1 .building { fill: var(--engine-house-red); }
.industry.watertower_1870_style2 .building { fill: var(--engine-house-brown); }
.industry.watertower_1870_style3 .building { fill: var(--building-beige); }
Expand All @@ -484,10 +488,6 @@ body {
.industry.watertower_kanaskat_style2 .building { fill: var(--engine-house-brown); }
.industry.watertower_kanaskat_style3 .building { fill: var(--building-beige); }
.industry.watertower_kanaskat_style4 .building { fill: var(--building-old); }
.industry.engineshed_style1 .building { fill: var(--engine-house-red); }
.industry.engineshed_style2 .building { fill: var(--engine-house-brown); }
.industry.engineshed_style3 .building { fill: var(--building-beige); }
.industry.engineshed_style4 .building { fill: var(--building-old); }

.gizmo .x { fill: var(--engine-house-red); }
.gizmo .y { fill: var(--boxcar); }
Expand Down

0 comments on commit 78f75b3

Please sign in to comment.