We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0091127 commit 3172ddeCopy full SHA for 3172dde
resources/public/imgs/desert_border.png
1.36 KB
resources/public/imgs/desert_nowater.png
114 KB
resources/public/imgs/mountain_border.png
2.93 KB
resources/public/style.css
@@ -4,16 +4,16 @@ body{
4
margin: auto;
5
}
6
body.desert{
7
- background: #e28c39 url("imgs/desert_border.jpg") repeat-x;
+ background: #e28c39 url("imgs/desert_border.png") repeat-x;
8
9
body.wellcoin{
10
11
12
body.ocean{
13
- background: #fee3b4 url("imgs/ocean_border.jpg") repeat-x;
+ background: #fee3b4 url("imgs/ocean_border.png") repeat-x;
14
15
body.mountain{
16
- background: #0d5419 url("imgs/mountain_border.jpg") repeat-x;
+ background: #0d5419 url("imgs/mountain_border.png") repeat-x;
17
18
.orange {
19
background: url("imgs/orange1x1.png");
0 commit comments