mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Add some 'Getting Started' content
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user