Update blog style.
This commit is contained in:
parent
4f0d908de1
commit
115d75378a
@ -466,15 +466,27 @@ code, .verbatim {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin: 1ex;
|
margin: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
article.post {
|
/* Blog */
|
||||||
max-width: min(650px, 100ex);
|
.blog {
|
||||||
margin: 0 auto;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-title {
|
||||||
|
border-bottom: 2px solid #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.post {
|
||||||
|
max-width: min(1000px, 120ex);
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 1em;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
.site-header {
|
.site-header {
|
||||||
background-color: #002b36;
|
background-color: #002b36;
|
||||||
@ -526,12 +538,8 @@ article.post {
|
|||||||
|
|
||||||
/* Post index. */
|
/* Post index. */
|
||||||
.post-index .post-container {
|
.post-index .post-container {
|
||||||
/* box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.26); */
|
|
||||||
/* border-radius: 2px; */
|
|
||||||
/* padding: 1ex; */
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
border-bottom: #000 2px dashed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.index-pages {
|
.index-pages {
|
||||||
@ -651,7 +659,7 @@ tr.__table-separator {
|
|||||||
}
|
}
|
||||||
/* Header */
|
/* Header */
|
||||||
.site-header {
|
.site-header {
|
||||||
background-color: #303033;
|
background-color: #47414e;
|
||||||
border-bottom: rgba(0,0,0,0.1) 1px solid;
|
border-bottom: rgba(0,0,0,0.1) 1px solid;
|
||||||
}
|
}
|
||||||
.site-header h1 {
|
.site-header h1 {
|
||||||
@ -796,4 +804,14 @@ tr.__table-separator {
|
|||||||
.connections svg path {
|
.connections svg path {
|
||||||
stroke: white;
|
stroke: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Blog */
|
||||||
|
.blog {
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
article.post {
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user