Add water waves fill pattern and pond-specific pattern

This commit is contained in:
RudyTheDev
2018-11-18 22:12:40 +02:00
parent b18dfb4030
commit ff8723e194
5 changed files with 10 additions and 0 deletions
+4
View File
@@ -94,6 +94,10 @@ path.fill.tag-natural-water {
border-color: rgb(119, 211, 222);
background-color: rgba(119, 211, 222, 0.3);
}
.pattern-color-waves,
.pattern-color-pond {
fill: rgba(119, 211, 222, 0.3);
}
/* Yellow things */
.pattern-color-beach,