forked from gravitystorm/openstreetmap-carto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract water colour into a variable.
- Loading branch information
1 parent
3d47572
commit 937da20
Showing
4 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Map { | ||
background-color: #b5d0d0; | ||
background-color: @water-color; | ||
} | ||
|
||
@book-fonts: "DejaVu Sans Book", "unifont Medium"; | ||
@bold-fonts: "DejaVu Sans Bold", "unifont Medium"; | ||
@oblique-fonts: "DejaVu Sans Oblique", "unifont Medium"; | ||
|
||
@water-color: #b5d0d0; | ||
@land-color: #f2efe9; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters