Fix dates on posts
This commit is contained in:
15
app.css
15
app.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user