mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-22 14:12:27 +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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user