Page listing in contents

This commit is contained in:
2023-11-07 11:47:19 +01:00
parent a8e99b59f7
commit 188154aeb0
2 changed files with 25 additions and 0 deletions

View File

@ -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;
}
}