Nuevo tono para los enlaces y simplificación de estilos en tablas

This commit is contained in:
Manuel Cillero 2018-02-13 21:12:01 +01:00
parent 5c3365b92e
commit a17809e4fd
2 changed files with 17 additions and 20 deletions

View file

@ -48,9 +48,12 @@ div#content h1 {
}
a, a:link, a:visited {
color: #2996cc;
color: #3c8dbc;
text-decoration: none;
}
a:hover, a:focus {
color: #f70a0a;
}
body.wiki,
div#content p {