feat: add support for Isso comments

This commit is contained in:
welpo
2023-07-26 01:47:26 +02:00
parent e1dfd2ea07
commit 9a98789922
13 changed files with 561 additions and 31 deletions

View File

@@ -18,16 +18,15 @@
}
.load-comments-button {
display: inline-block;
display: block;
font-family: var(--sans-serif-font);
color: inherit;
font-size: 0.95rem;
background: none;
border: none;
padding: 0.5em 1em;
margin: 0.5em;
margin: 0.5em auto;
cursor: pointer;
text-decoration: none;
}
}