refactor(scss): remove comments scss folder. Include style of each comment system inside their HTML template

This commit is contained in:
Jimmy Cai
2020-09-09 16:19:37 +02:00
parent 9e42d8cd35
commit 7e701c0239
4 changed files with 9 additions and 9 deletions
@@ -1,3 +1,12 @@
<div class="disqus-container">
{{ template "_internal/disqus.html" . }}
</div>
<style>
.disqus-container {
background-color: var(--card-background);
border-radius: var(--card-border-radius);
box-shadow: var(--shadow-l1);
padding: var(--content-padding);
}
</style>