diff --git a/resources/css/vendors/codemirror.css b/resources/css/vendors/codemirror.css index 00c62fa7701..96458661759 100644 --- a/resources/css/vendors/codemirror.css +++ b/resources/css/vendors/codemirror.css @@ -99,7 +99,7 @@ /* Explicitly set some colors rather than inherit from the body, because we could have a dark cp > light code field, which would result in pale text on a white background, etc. */ &.CodeMirror pre.CodeMirror-line, &.CodeMirror pre.CodeMirror-line-like { - @apply text-gray-900; + @apply text-gray-900 dark:text-gray-300; } .CodeMirror-gutters {