Background Image Added

This commit is contained in:
2025-04-12 21:25:34 -04:00
parent e3998a634f
commit a5bcb6473a
3 changed files with 14 additions and 4 deletions

View File

@@ -19,3 +19,13 @@
body {
font-family: Arial, Helvetica, sans-serif;
}
.bg-img {
/* Repeat Background Image on the y axis */
background-repeat: repeat-y;
background-size: cover;
background-position: center;
height: 100vh;
@apply dark:bg-[url('/darkmodebackground.png')] bg-[url('/lightmodebackground.png')];
}