Fix dates on posts

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 91ca5c2f3f
commit 1b6cf0d89b
3 changed files with 25 additions and 24 deletions

15
app.css
View File

@@ -173,7 +173,13 @@ main {
}
/* Overrule pandoc style */
div.sourceCode { margin: inherit; }
div.sourceCode {
margin: inherit;
}
div.sourceCode, div.highlight {
border-radius: 3px;
}
main * {
text-align: left;
@@ -309,17 +315,10 @@ figure figcaption {
}
pre {
/* background-color: aliceblue; */
padding: 1em;
border: 1px solid lightgray;
border-radius: 3px;
overflow: auto;
}
:not(pre) > code {
background-color: rgb(230, 232, 245);
}
.code-filename-label, .filename-for-code-block > p {
font-weight: bold;
margin-bottom: 0;