Add some 'Getting Started' content

This commit is contained in:
Thomas Busby
2018-05-26 22:16:07 +02:00
parent 8b9299e83a
commit 6ca0af9420
8 changed files with 125 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ body {
line-height: 1.5em;
font-weight: 300;
font-size: 16px;
color: #666;
color: #444;
}
hr {
margin-top: 20px;
@@ -26,9 +26,12 @@ h1 {
margin-bottom: 10px;
font-size: 25px;
}
h2, h3 {
h2 {
font-size: 20px;
}
h3 {
font-size: 16px;
}
a, a:link, a:active {
text-decoration: none;
color: #680ea4;
@@ -56,9 +59,12 @@ a:hover {
}
/* Content */
.site-header, .site-subheader {
.index-header h1, .index-header p {
font-family: monospace;
}
li h3 {
margin-top: 0;
}
div.content pre {
background: #333333;
padding: 10px;