mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-22 22:22:26 +01:00
Use background primary before #000000 for body
This commit is contained in:
parent
ae83eeacb7
commit
eb7a0ebace
@ -362,7 +362,7 @@ export function refreshTheme(): void {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
document.body.style.backgroundColor = theme.colors.black?.toString() ?? "black";
|
document.body.style.backgroundColor = theme.colors.backgroundprimary?.toString() ?? "black";
|
||||||
}
|
}
|
||||||
refreshTheme();
|
refreshTheme();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user