Skip to content

Commit

Permalink
Change ocean-color to #b5d7e3 Lch(84,13,227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe committed Oct 7, 2019
1 parent 52c81da commit 51845b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.mss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Map {
@land-color: #f2efe9;

@water-color: #a2d1e0; // Lch(81,17,227)
@ocean-color: @water-color;
@ocean-color: #b5d7e3; // Lch(84,13,227)
@river-color: #8fcadd; // Lch(78,21,227)


Expand Down

0 comments on commit 51845b9

Please sign in to comment.