fix: Improve code highlighting in dark mode

closes #5021
This commit is contained in:
Tom Moor
2023-07-15 16:54:32 -04:00
parent 6e9e1c15a5
commit b1230d0c81
3 changed files with 114 additions and 98 deletions

View File

@@ -38,6 +38,7 @@ declare module "styled-components" {
codeProperty: string;
codeTag: string;
codeString: string;
codeClassName: string;
codeSelector: string;
codeAttr: string;
codeEntity: string;