Skip to content

Commit 881f928

Browse files
committed
improve visibility of code
1 parent 6b22284 commit 881f928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/HomeContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ function Video({video}) {
15691569

15701570
function Code({children}) {
15711571
return (
1572-
<span className="font-mono inline rounded-lg bg-secondary-button dark:bg-secondary-button-dark py-0.5 px-1">
1572+
<span className="font-mono inline rounded-lg bg-gray-15/40 dark:bg-secondary-button-dark py-0.5 px-1">
15731573
{children}
15741574
</span>
15751575
);

0 commit comments

Comments
 (0)