A bunch of small documentation changes

This commit is contained in:
spf13
2014-02-20 19:05:09 -05:00
parent de05a0d942
commit 8fe78f6ff5
9 changed files with 41 additions and 25 deletions

View File

@@ -2,7 +2,12 @@ body {
background-color: rgb(253, 253, 251);
padding-top: 70px;
letter-spacing: 0.3px;
font-family: 'Arbutus Slab', "Helvetica Neue", "Helvitica", "Serif";
font-family: "Helvetica Neue", "Helvitica", "Serif";
font-weight: 300;
}
p {
margin: 0 0 2em;
}
#main.container {
@@ -43,7 +48,7 @@ pre {
}
a {
color: rgb(96,210,211);
color: #2b91ae;
}
a:hover {