Balanced maps, fixed donation dialog crash

This commit is contained in:
Anuken
2017-12-12 21:37:25 -05:00
parent 84c5938236
commit 1554d998bf
10 changed files with 28 additions and 9 deletions
+5 -1
View File
@@ -6,7 +6,7 @@ canvas {
}
body {
background-color: transparent;
background-color: #191919;
margin: 0px;
padding: 0px;
}
@@ -17,3 +17,7 @@ body {
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f4ba6e),color-stop(1, #d29d58)) !important;
background-image: -webkit-linear-gradient(#f4ba6e, #d29d58) !important;
}
.gdx-meter {
max-width: 100% !important;
}