1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

feat: make post description customizable (#1602)

---------

Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
This commit is contained in:
Alexander Fuks
2024-03-18 14:50:05 +04:00
committed by GitHub
parent 0f8e782bfd
commit f865336c89
10 changed files with 58 additions and 29 deletions

View File

@@ -14,19 +14,28 @@
padding-right: $pr;
}
h1 + .post-meta {
span + span::before {
@include dot;
header {
.post-desc {
@extend %heading;
font-size: 1.125rem;
line-height: 1.6;
}
em,
time {
@extend %text-highlight;
}
.post-meta {
span + span::before {
@include dot;
}
em {
a {
color: inherit;
em,
time {
@extend %text-highlight;
}
em {
a {
color: inherit;
}
}
}
}