The code block syntax highlighting in dark mode needs better contrast.
Created attachment 450701 [details] Patch
Created attachment 450702 [details] Before patch is applied
Created attachment 450703 [details] After patch applied
Comment on attachment 450701 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450701&action=review > Websites/webkit.org/ChangeLog:20 > +2022-02-02 Jon Davis <jond@apple.com> > + > + Improve color contrast of dark mode syntax highlighting. > + https://bugs.webkit.org/show_bug.cgi?id=236041 > + > + Reviewed by NOBODY (OOPS!). > + > + * wp-content/themes/webkit/style.css: > + (@media(prefers-color-scheme:dark) :root): Double changelog.
Comment on attachment 450701 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450701&action=review > Websites/webkit.org/ChangeLog:20 > +2022-02-02 Jon Davis <jond@apple.com> > + > + Improve color contrast of dark mode syntax highlighting > + https://bugs.webkit.org/show_bug.cgi?id=236041 > + > + Reviewed by NOBODY (OOPS!). > + > + * wp-content/themes/webkit/search.php: Added. > + * wp-content/themes/webkit/style.css: > + (@media(prefers-color-scheme:dark) :root): > + > +2022-02-02 Jon Davis <jond@apple.com> > + > + Improve color contrast of dark mode syntax highlighting. > + https://bugs.webkit.org/show_bug.cgi?id=236041 > + > + Reviewed by NOBODY (OOPS!). > + > + * wp-content/themes/webkit/style.css: > + (@media(prefers-color-scheme:dark) :root): Ideally this wouldn't be duplicated.
Created attachment 450707 [details] Patch
Committed r289013 (246722@main): <https://commits.webkit.org/246722@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 450707 [details].
<rdar://problem/88408169>