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

@ -59,7 +59,7 @@ body {
#wrapper3,
#main {
background: #ebeae9 url(../images/bg_main.png) repeat-x 0 bottom;
background: #e1e1e1 url(../images/bg_main.png) repeat-x center bottom -1px;
}
#wrapper3 {
padding-bottom: 30px;

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;