mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge pull request #2693 from nickofolas/fix/body-background
Use background primary for `<body>`
This commit is contained in:
commit
b6f514dd4d
@ -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