feat(comments): prepare for more third party comments system integration

This commit is contained in:
Jimmy Cai
2020-09-08 23:30:15 +02:00
parent b66679d36a
commit c546964ce4
7 changed files with 19 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
.comments-container {
background-color: var(--card-background);
border-radius: var(--card-border-radius);
@include box_shadow(1);
padding: var(--content-padding);
}