Item Preview Done. Todo: Stat Rendering

This commit is contained in:
color.diff=auto
2021-05-02 05:35:38 -06:00
parent 65b3980c44
commit efa7f8f28e
987 changed files with 816 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
body {
background-color: #222 !important;
background-color: #333 !important;
color: #eee;
}
.container-top {
@@ -10,11 +10,14 @@ body {
input, select{
background: url(/img/button.png) !important;
background-size: contain;
color: #eee;
color: #eee !important;
font-weight: bold;
text-align: center !important;
}
option {
background: #333;
color: #eee;
text-align: center;
}
.row {
background: none;
@@ -41,10 +44,13 @@ option {
.props input {
margin: 15px 0;
width: 178px;
background-color: #222 !important;
color: #ddd !important;
font-weight: bold;
}
.props {
background: #222;
background: transparent;
color: white;
font-weight: bold;
}