From b20d088379c15719b1738dcbe1dcbf0e9d13d262 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 7 Aug 2013 20:50:08 +0100 Subject: Initial commit --- style.mss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 style.mss (limited to 'style.mss') diff --git a/style.mss b/style.mss new file mode 100755 index 0000000..30a89b0 --- /dev/null +++ b/style.mss @@ -0,0 +1,11 @@ +Map { + background-color: #c7eafc; + buffer-size: 256; +} + +@book-fonts: "DejaVu Sans Book", "unifont Medium"; +@bold-fonts: "DejaVu Sans Bold", "unifont Medium"; +@oblique-fonts: "DejaVu Sans Oblique", "unifont Medium"; + +@water-color: #c7eafc; +@land-color: #fff; -- cgit v1.2.3