papercss/src/article.less

28 lines
316 B
Plaintext
Raw Normal View History

@import './colors.less';
2017-11-24 08:56:46 +01:00
article {
2017-11-24 08:56:46 +01:00
.article-title {
font-size: 3rem;
}
.article-meta {
font-size: 15px;
color: @muted;
a {
color: @muted-text;
background-image: none;
&:hover {
2017-11-25 07:27:15 +01:00
color: @light-dark;
2017-11-24 08:56:46 +01:00
}
}
}
.text-lead {
font-size: 30px;
line-height: 1.3;
margin: 35px 0px;
}
2017-11-25 07:27:15 +01:00
}