summaryrefslogtreecommitdiff
path: root/style.mss
diff options
context:
space:
mode:
Diffstat (limited to 'style.mss')
-rwxr-xr-xstyle.mss11
1 files changed, 11 insertions, 0 deletions
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;