Skip to content

Commit

Permalink
Update gatuno.css
Browse files Browse the repository at this point in the history
Mejoras de legibilidad, Color de enlaces cambiado y tamaño de bordes punteados de la clase herramientas duplicado.
  • Loading branch information
NicoPauer authored Aug 19, 2023
1 parent a630e04 commit 83e97f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gatuno.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ html, body
font-size: 19px;
}

a
{
/* Le doy estillo personalizado a los enlaces */
color: #00f77f;
}

.titulo
{
/* Estilizar ttulos */
Expand All @@ -29,7 +35,7 @@ html, body
{
/* Resaltado antes de mostrar todas las herramientas,
mensaje informativo */
border: 2px dotted #0015bb;
border: 4px dotted #0015bb;
/* Espaciado de texto */
padding: 1%;
inline-height: 0.5%;
Expand Down

0 comments on commit 83e97f6

Please sign in to comment.