Skip to content

Commit 2c8c62e

Browse files
authored
Update global.css
Signed-off-by: Aitor Alien <111972684+Alien69Flow@users.noreply.github.com>
1 parent 798f233 commit 2c8c62e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)