We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b22284 commit 881f928Copy full SHA for 881f928
src/components/Layout/HomeContent.js
@@ -1569,7 +1569,7 @@ function Video({video}) {
1569
1570
function Code({children}) {
1571
return (
1572
- <span className="font-mono inline rounded-lg bg-secondary-button dark:bg-secondary-button-dark py-0.5 px-1">
+ <span className="font-mono inline rounded-lg bg-gray-15/40 dark:bg-secondary-button-dark py-0.5 px-1">
1573
{children}
1574
</span>
1575
);
0 commit comments