refactor(scss): remove comments scss folder. Include style of each comment system inside their HTML template
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user