Skip to content

Commit 9290d02

Browse files
authored
Merge pull request #1680 from recodehive/copilot/decrease-author-card-font-size
Improve author card on blog page: decrease description font size and update background color
2 parents 1c7d509 + b0ca86d commit 9290d02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/theme/BlogPostItem/Footer/styles.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
padding: 1.5rem;
55
border: 1px solid var(--ifm-color-emphasis-300);
66
border-radius: 16px;
7-
background: var(--ifm-color-emphasis-100);
7+
background: #FAFBFD;
88
box-sizing: border-box;
99
}
1010

@@ -91,8 +91,8 @@
9191
.authorSummary {
9292
margin: 0.65rem 0 0;
9393
color: var(--ifm-color-emphasis-800);
94-
font-size: 1.1rem;
95-
line-height: 1.4;
94+
font-size: 0.875rem;
95+
line-height: 1.625;
9696
}
9797

9898
.githubButton {

0 commit comments

Comments
 (0)