feat: add blog comments via utterances

This commit is contained in:
Travis Fischer
2021-01-16 19:47:43 -05:00
parent 60d52e9350
commit bb67e6b940
5 changed files with 159 additions and 0 deletions

View File

@@ -18,3 +18,7 @@ html {
body {
overflow-y: hidden;
}
.utterances {
max-width: 100% !important;
}

View File

@@ -68,3 +68,27 @@
filter: grayscale(0.25);
}
*/
.notion-quote {
padding: 0.2em 0.75em;
font-size: 1.1em;
}
.notion-h1,
.notion-h2,
.notion-h3 {
margin-bottom: 0.5em;
}
.notion-callout {
margin-bottom: 0.5em;
}
.notion-hr {
margin: 2em 0;
}
.notion-dark .notion-collection-card {
border: 1px solid var(--fg-color-0);
box-shadow: unset;
}