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