Initial commit
This commit is contained in:
commit
7e3b4d9cbc
8 changed files with 157 additions and 0 deletions
37
static/main.css
Normal file
37
static/main.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
body {
|
||||
font-family:Open Sans,Arial;
|
||||
color:#d9d9d9;
|
||||
/*color:#454545;*/
|
||||
background-color:#000000;
|
||||
font-size:16px;
|
||||
margin:0.5em auto;
|
||||
max-width:800px;
|
||||
padding:1em;
|
||||
line-height: 1.4;
|
||||
-webkit-hyphens:auto;
|
||||
-ms-hyphens:auto;
|
||||
hyphens:auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-top: 1em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#00a2e7
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#ca1a70;
|
||||
}
|
||||
|
||||
.blog-post-date {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#blog-title {
|
||||
margin-bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue