Justin Lettenmair

Results 3 issues of Justin Lettenmair

exploses -> exposes

On the latest WP, the "Screen Options" and "Help" toggles at the top right have a white background, which makes them unreadable with this white text `wp-admin/css/common.css:1688` rule for `#screen-meta-links...

Might be helpful to give better instructions on how to make this work. ## For a Sage-based theme `./app/setup.php` ``` /** * Style the wp-admin area */ add_action('admin_enqueue_scripts', function(){ wp_enqueue_style('admin-styles',...