finished I guess

This commit is contained in:
Hazel Layne Aranda 2020-12-23 13:23:38 -05:00
parent 7cbf18ce74
commit 79100d3f86
3 changed files with 48 additions and 2 deletions

View file

@ -49,7 +49,7 @@ h2 {
border-bottom: 2px solid var(--foreground);
}
h1:not(.site-title)::before {
h1:not(.site-title):not(.post-title)::before {
content: "# ";
color: var(--decoration);
}
@ -148,6 +148,13 @@ div.table-wrapper tr:nth-child(even) {
cursor: pointer;
}
h1.post-title {
font-size: 1.5em;
border: none;
line-height: 1;
margin: 0;
}
p.post-date {
color: var(--decoration);
margin: 0;