RESOLVED FIXED 192930
Add dark mode styles to webkit.org
https://bugs.webkit.org/show_bug.cgi?id=192930
Summary Add dark mode styles to webkit.org
Jon Davis
Reported 2018-12-20 07:36:51 PST
The webkit.org website should have a great dark mode experience.
Attachments
Patch (115.33 KB, patch)
2018-12-20 08:36 PST, Jon Davis
no flags
Jon Davis
Comment 1 2018-12-20 08:36:57 PST
Timothy Hatcher
Comment 2 2018-12-20 10:07:07 PST
Comment on attachment 357813 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=357813&action=review > Websites/webkit.org/wp-content/themes/webkit/functions.php:13 > +//add_action( 'wp_header', 'include_invert_lightness_filter'); Remove or uncomment? > Websites/webkit.org/wp-content/themes/webkit/header.php:28 > + <?php include_invert_lightness_filter(); ?> You add it here. > Websites/webkit.org/wp-content/themes/webkit/style.css:17 > + --text-color-coolgray: hsl(240, 2.3%, 56.7%); Having coolgray in the name is not great. Can this get a more semantic name? > Websites/webkit.org/wp-content/themes/webkit/style.css:62 > + --tile-subtle-image-border-shadoww: inset hsla(0, 0%, 0%, 0.1) 0 1px 0 1px; Typo in the name. > Websites/webkit.org/wp-content/themes/webkit/style.css:85 > + --tile-background-color-amber: hsl(48, 100%, 50%); In the list twice. > Websites/webkit.org/wp-content/themes/webkit/style.css:87 > + --gray-tile-text-color: hsl(232.8, 100%, 37.5%); --title-text-color-gray or just --title-text-color? > Websites/webkit.org/wp-content/themes/webkit/style.css:95 > + --figure-mattewhite-background-color: hsl(0, 0%, 100%); Having mattewhite in the name is not great. Can this get a more semantic name?
WebKit Commit Bot
Comment 3 2018-12-20 10:15:01 PST
Comment on attachment 357813 [details] Patch Clearing flags on attachment: 357813 Committed r239448: <https://trac.webkit.org/changeset/239448>
WebKit Commit Bot
Comment 4 2018-12-20 10:15:02 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2018-12-20 10:16:24 PST
Note You need to log in before you can comment on or make changes to this bug.