fix: Dark mode highlighting of code

This commit is contained in:
Leni Aniva 2024-10-15 19:28:58 -07:00
parent ac0d9a5a03
commit 6bda82321b
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 8 additions and 2 deletions

View File

@ -141,7 +141,10 @@ const config: Config = {
},
blockquote: {
color: theme('colors.gray.800'),
}
},
code: {
color: theme('colors.gray.800'),
},
};
const themeStar = {
color: theme('colors.gray.200'),
@ -165,7 +168,10 @@ const config: Config = {
},
blockquote: {
color: theme('colors.gray.300'),
}
},
code: {
color: theme('colors.gray.300'),
},
};
return {