2019-03-31 22:39:47 +00:00
|
|
|
&.static-site {
|
|
|
|
.article-summary {
|
|
|
|
border: 1px solid $comment;
|
|
|
|
background-color: $background;
|
|
|
|
padding: 0.8rem;
|
|
|
|
|
|
|
|
h2 {
|
2020-03-01 21:40:01 +00:00
|
|
|
margin: 0 0 0.4rem;
|
2019-03-31 22:39:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-secondary {
|
|
|
|
color: $comment;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|