mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-07 04:13:31 +08:00
7 lines
181 B
SCSS
7 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);
|
|
}
|