feat: change style a little more

This commit is contained in:
2025-03-14 13:58:28 +01:00
parent 8191587115
commit a663b34500
3 changed files with 36 additions and 39 deletions

View File

@@ -32,6 +32,7 @@ const ThemeProvider = ({ children }: ThemeContextProps) => {
document.body.style.backgroundImage = theme.backgroundImage;
}
document.body.style.color = theme.textColor;
document.body.style.borderColor = theme.textColor;
}, [theme]);
return (