mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-06-06 23:16:47 +00:00
feat: add blog comments via utterances
This commit is contained in:
@@ -18,3 +18,7 @@ html {
|
||||
body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.utterances {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user