We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798f233 commit 2c8c62eCopy full SHA for 2c8c62e
src/global.css
@@ -3,8 +3,8 @@ html, body {
3
padding: 0;
4
min-height: 100vh;
5
width: 100%;
6
- background-color: #000;
7
- color: #fff;
+ background-color: transparent; /* Fondo transparente para mostrar imagen de fondo */
+ color: #F0D882; /* Dorado claro para texto principal */
8
overflow-x: hidden;
9
}
10
0 commit comments