Page listing in contents
This commit is contained in:
@ -151,3 +151,18 @@ code {
|
||||
font-family: $mono-fonts;
|
||||
font-size:14px;
|
||||
}
|
||||
.post {
|
||||
margin: 10px;
|
||||
background-color: #ddd;
|
||||
font-size: 20px;
|
||||
.post_title {
|
||||
background-color: #ccc;
|
||||
padding: 5px;
|
||||
}
|
||||
.post_title a {
|
||||
font-family: $normal-fonts;
|
||||
}
|
||||
.post_summary {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user