Files
my-notes-viewer/src/css/theme-2022/components/article.less

23 lines
385 B
Plaintext

article,
.article {
overflow-wrap: anywhere;
border: 1px dashed @on-background;
& ~ article,
& ~ .article {
margin-top: @space-md;
}
.article-title {
color: @primary;
font-size: 2rem;
line-height: 2.4rem;
}
.article-subtitle {
color: @secondary;
font-size: 1.4rem;
line-height: 1.8rem;
}
}