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 Mar 7, 2020
1 parent e48bf54 commit e344d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/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 e344d55

Please sign in to comment.