fonts and colors

This commit is contained in:
2016-12-16 14:09:33 +01:00
parent 57aacd96e4
commit c7e0fe57d1

View File

@@ -93,9 +93,10 @@ header img {
header img.logoimg {
display: block;
margin: auto;
width: 80%;
margin: auto;
width: 80%;
}
img.small {
display: inline;
margin: 2px 0 0 10px;
@@ -466,7 +467,7 @@ aside.right {
/* std hyperlink */
a, a:active, a:visited {
color: #176fa1;
color: rgb(218, 212, 208);
text-decoration: none;
}