16 lines
227 B
SCSS
16 lines
227 B
SCSS
|
&.static-site {
|
||
|
.article-summary {
|
||
|
border: 1px solid $comment;
|
||
|
background-color: $background;
|
||
|
padding: 0.8rem;
|
||
|
|
||
|
h2 {
|
||
|
margin: 0 0 0.4rem 0;
|
||
|
}
|
||
|
|
||
|
.text-secondary {
|
||
|
color: $comment;
|
||
|
}
|
||
|
}
|
||
|
}
|