We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7d509 + b0ca86d commit 9290d02Copy full SHA for 9290d02
1 file changed
src/theme/BlogPostItem/Footer/styles.module.css
@@ -4,7 +4,7 @@
4
padding: 1.5rem;
5
border: 1px solid var(--ifm-color-emphasis-300);
6
border-radius: 16px;
7
- background: var(--ifm-color-emphasis-100);
+ background: #FAFBFD;
8
box-sizing: border-box;
9
}
10
@@ -91,8 +91,8 @@
91
.authorSummary {
92
margin: 0.65rem 0 0;
93
color: var(--ifm-color-emphasis-800);
94
- font-size: 1.1rem;
95
- line-height: 1.4;
+ font-size: 0.875rem;
+ line-height: 1.625;
96
97
98
.githubButton {
0 commit comments