Make WordPress Core

Changeset 59419


Ignore:
Timestamp:
11/19/2024 08:00:36 AM (8 weeks ago)
Author:
youknowriad
Message:

Admin Color Scheme: Update the highlight color in the Modern color scheme.

In the Modern color scheme, the font color on hover in the admin bar is bright green. However, in the WordPress.org site itself, the color used is Blueberry 2. This commits aligns both colors on the more balanced Blueberry color.

Props fushar, Joen.
Fixes #62219.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/modern/colors.scss

    r59185 r59419  
    44$base-color: #1e1e1e;
    55$highlight-color: #3858e9;
    6 $menu-submenu-focus-text: #33f078;
     6$menu-submenu-focus-text: #7b90ff;
    77$notification-color: $highlight-color;
    88
  • trunk/src/wp-includes/general-template.php

    r59010 r59419  
    47634763        _x( 'Modern', 'admin color scheme' ),
    47644764        admin_url( "css/colors/modern/colors$suffix.css" ),
    4765         array( '#1e1e1e', '#3858e9', '#33f078' ),
     4765        array( '#1e1e1e', '#3858e9', '#7b90ff' ),
    47664766        array(
    47674767            'base'    => '#f3f1f1',
Note: See TracChangeset for help on using the changeset viewer.