We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ac2de commit 27242cdCopy full SHA for 27242cd
src/css/ingame_hud/buildings_toolbar.scss
@@ -27,7 +27,7 @@
27
@include S(border-radius, $globalBorderRadius);
28
29
@include DarkThemeOverride {
30
- background-color: rgba(darken($darkModeGameBackground, 15), 0.4);
+ background-color: rgba(darken($darkModeGameBackground, 15), 0.95);
31
}
32
33
&.secondary {
src/js/savegame/schemas/1006.js
@@ -248,7 +248,7 @@ export class SavegameInterface_V1006 extends SavegameInterface_V1005 {
248
if (components.Storage) {
249
// @ts-ignore
250
components.Storage = {
251
- storedCount: 0,
+ storedCount: rebalance(components.Storage.storedCount),
252
storedItem: null,
253
};
254
0 commit comments