prettification

This commit is contained in:
Hiltjo Posthuma
2015-12-07 23:54:31 +01:00
parent f69f33eb3c
commit 52520a4289
2 changed files with 14 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
body {
font-family: sans-serif;
font-family: monospace, sans-serif;
color: #333;
background-color: #fff;
}
@@ -20,8 +20,8 @@ table td {
padding: 0 3px;
}
table tr:hover td {
background-color: #ddd;
#content table tr:hover td {
background-color: #eee;
}
h1, h2, h3, h4, h5, h6 {