mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
refactor(scss): remove comments
scss folder. Include style of each comment system inside their HTML template
This commit is contained in:
parent
9e42d8cd35
commit
7e701c0239
4 changed files with 9 additions and 9 deletions
|
@ -1 +0,0 @@
|
|||
@import "provider/disqus.scss"
|
|
@ -1,6 +0,0 @@
|
|||
.disqus-container {
|
||||
background-color: var(--card-background);
|
||||
border-radius: var(--card-border-radius);
|
||||
box-shadow: var(--shadow-l1);
|
||||
padding: var(--content-padding);
|
||||
}
|
|
@ -15,8 +15,6 @@
|
|||
@import "partials/layout/taxonomy.scss";
|
||||
@import "partials/layout/404.scss";
|
||||
|
||||
@import "partials/comments/base.scss";
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--accent-color);
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue