Cambio en colores de estilo

This commit is contained in:
Alexis08041992
2026-04-23 22:57:02 -03:00
parent 71c5649603
commit 0b8609e907
2 changed files with 10 additions and 8 deletions

View File

@@ -2,11 +2,11 @@ body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f6f8;
color: #333;
color: #262526;
}
header {
background-color: #2c3e50;
background-color: #072240;
color: white;
padding: 20px;
text-align: center;
@@ -25,7 +25,7 @@ header {
border-radius: 10px;
padding: 20px;
width: 300px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
@@ -45,5 +45,4 @@ li {
.card {
width: 100%;
}
}
}