Skip to content

Commit

Permalink
style(quartz): 调整内容元数据样式
Browse files Browse the repository at this point in the history
- 将 h4 元素的字体大小从 0.85rem增加到 0.9rem
- 将描述文本的字体大小从 1.1rem 减小到 0.85rem
  • Loading branch information
hulinjiang committed Dec 6, 2024
1 parent e595a16 commit 7422e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/components/styles/contentMeta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
h4 {
margin: 0;
color: var(--dark);
font-size: 0.85rem;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.05em;
background: var(--lightgray);
Expand All @@ -93,7 +93,7 @@

.description-text {
margin: 0;
font-size: 1.1rem;
font-size: 0.85rem;
line-height: 1.6;
color: var(--darkgray);
background: linear-gradient(to right, var(--highlight), transparent);
Expand Down

0 comments on commit 7422e72

Please sign in to comment.