mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
Merge pull request #2693 from nickofolas/fix/body-background
Use background primary for `<body>`
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user