Retoca color de fondo y tercer nivel de cabeceras

This commit is contained in:
Manuel Cillero 2020-01-21 18:18:24 +00:00
parent a5c816727f
commit ff02462137
2 changed files with 5 additions and 2 deletions

View file

@ -40,9 +40,12 @@ h3, .wiki h3 { font-size: 22px; }
h4, .wiki h4 { font-size: 20px; }
h5, .wiki h5 { font-size: 19px; }
h6, .wiki h6 { font-size: 18px; }
h1, h2, h3 {
h1, h2 {
color: #b40b51;
}
h3 {
color: #c73e77;
}
h4, .wiki h4 {
color: #585b5a;
border-bottom: 0;