fix: Code block background on mobile, closes #2998

This commit is contained in:
Tom Moor
2022-01-26 21:17:10 -08:00
parent af8e74c373
commit afb0dad0a5

View File

@@ -236,6 +236,7 @@ export const lightMobile = light;
export const darkMobile = {
...dark,
background: colors.black,
codeBackground: colors.almostBlack,
};
export default light;