Skip to content

Commit b0ca86d

Browse files
authored
Change author card background color to #FAFBFD
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/2e489639-ce2b-42e3-bf7b-02c8026e4e25
1 parent 47fd352 commit b0ca86d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)