Add themed background images for Hogwarts houses

This commit introduces specific background images for Gryffindor, Slytherin, Ravenclaw, and Hufflepuff houses. Updated the theme configuration to dynamically set these images per house and adjusted the styles to utilize the new theme token for background images.
This commit is contained in:
2026-02-06 09:52:54 +01:00
parent 4295b139b2
commit 7024a681da
7 changed files with 19 additions and 1 deletions

View File

@@ -421,7 +421,7 @@ export const styles = {
bgMap: {
position: "absolute",
inset: 0,
backgroundImage: 'url("/bg/marauders-map-blur.jpg")',
backgroundImage: stylesTokens.bgImage,
backgroundSize: "cover",
backgroundPosition: "center",
backgroundRepeat: "no-repeat",