fix: Code block background on mobile, closes #2998
This commit is contained in:
@@ -236,6 +236,7 @@ export const lightMobile = light;
|
||||
export const darkMobile = {
|
||||
...dark,
|
||||
background: colors.black,
|
||||
codeBackground: colors.almostBlack,
|
||||
};
|
||||
|
||||
export default light;
|
||||
|
||||
Reference in New Issue
Block a user