Skip to content

Commit 2c8c62e

Browse files
authored
Update global.css
Signed-off-by: Aitor Alien <[email protected]>
1 parent 798f233 commit 2c8c62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ html, body {
33
padding: 0;
44
min-height: 100vh;
55
width: 100%;
6-
background-color: #000;
7-
color: #fff;
6+
background-color: transparent; /* Fondo transparente para mostrar imagen de fondo */
7+
color: #F0D882; /* Dorado claro para texto principal */
88
overflow-x: hidden;
99
}
1010

0 commit comments

Comments
 (0)