Skip to content

Commit f4a92c7

Browse files
committed
fix: better background
1 parent 0562444 commit f4a92c7

File tree

3 files changed

+95
-1
lines changed

3 files changed

+95
-1
lines changed

public/FondoLandingDarker.jpg

105 KB
Loading

public/FondoLandingDarker.svg

Lines changed: 94 additions & 0 deletions
Loading

src/app/components/background/background.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
height: 100vh;
1111
z-index: -1;
1212
pointer-events: none;
13-
background-image: url("/2026/FondoLandingDarker.png");
13+
background-image: url("/2026/FondoLandingDarker.svg");
1414
background-size: cover;
1515
background-position: center;
1616
}

0 commit comments

Comments
 (0)