mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 20:13:49 +01:00
6 lines
181 B
SCSS
6 lines
181 B
SCSS
.comments-container {
|
|
background-color: var(--card-background);
|
|
border-radius: var(--card-border-radius);
|
|
@include box_shadow(1);
|
|
padding: var(--content-padding);
|
|
}
|