mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
When refreshing the theme, apply the black color to the body background color.
This commit is contained in:
@ -341,6 +341,8 @@ export function refreshTheme(): void {
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
document.body.style.backgroundColor = theme.colors.black?.toString() ?? "black";
|
||||
}
|
||||
refreshTheme();
|
||||
|
||||
|
Reference in New Issue
Block a user