diff --git a/webapp/src/components/Estilos/home.css b/webapp/src/components/Estilos/home.css index f555e1f..8f59010 100644 --- a/webapp/src/components/Estilos/home.css +++ b/webapp/src/components/Estilos/home.css @@ -35,6 +35,6 @@ font-weight: 400; /* Añadimos padding para dar más espacio alrededor del texto del botón */ padding: 1em 4em; - font-family:'Trebuchet MS'; + font-family:'Trebuchet MS, sans-serif;'; } \ No newline at end of file diff --git a/webapp/src/components/Estilos/juego.css b/webapp/src/components/Estilos/juego.css index 65696de..947d670 100644 --- a/webapp/src/components/Estilos/juego.css +++ b/webapp/src/components/Estilos/juego.css @@ -42,7 +42,6 @@ background-color: #613FBB; /* Color de fondo */ margin-bottom: 10px; margin-left:-48px; - background-color: white; width: 500px; } @@ -68,6 +67,6 @@ body h2 { color: white; - font-family: 'Verdana'; + font-family: 'Verdana, sans-serif;'; text-align: center; /* Centra el texto */ } \ No newline at end of file