added requirement text, thermal runaway mod

This commit is contained in:
landgreen
2020-02-17 18:32:10 -08:00
parent b9ecfbc997
commit 3ec77ed6fa
7 changed files with 138 additions and 66 deletions

View File

@@ -215,15 +215,16 @@ summary {
}
.build-grid-selected {
background-color: #919ba8;
background-color: #76808d;
}
.build-grid-selected:hover {
background-color: #919ba8;
background-color: #76808d;
}
.build-grid-disabled {
opacity: 0.15;
opacity: 0.5;
color: #ccc;
}
#info {
@@ -444,6 +445,10 @@ em {
background: #96e;
}
.grey {
background: #ccc;
}
.gun {
background: #149;
}