Plugin Directory

Changeset 3316601


Ignore:
Timestamp:
06/23/2025 11:53:24 PM (9 months ago)
Author:
andyperdomo
Message:

Akismet: accessibility nudges for button / widget contrast ratios.

Location:
akismet/trunk/_inc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/_inc/akismet-admin.css

    r3265351 r3316601  
    2020/* UI components */
    2121.akismet-new-feature {
    22     background-color: var(--akismet-color-light-green);
     22    background-color: var(--akismet-color-mid-green);
    2323    border-radius: 4px;
    2424    color: var(--akismet-color-white);
  • akismet/trunk/_inc/akismet.css

    r3241558 r3316601  
    488488#akismet-plugin-container .akismet-usage-limit-cta a {
    489489    color: #d63638;
     490    background: #fafafa;
    490491}
    491492
  • akismet/trunk/_inc/rtl/akismet-admin-rtl.css

    r3265351 r3316601  
    1 /* This file was automatically generated on Mar 24 2025 16:58:29 */
     1/* This file was automatically generated on Jun 19 2025 22:31:12 */
    22
    33body {
     
    2222/* UI components */
    2323.akismet-new-feature {
    24     background-color: var(--akismet-color-light-green);
     24    background-color: var(--akismet-color-mid-green);
    2525    border-radius: 4px;
    2626    color: var(--akismet-color-white);
  • akismet/trunk/_inc/rtl/akismet-rtl.css

    r3241558 r3316601  
    1 /* This file was automatically generated on Feb 01 2025 01:02:26 */
     1/* This file was automatically generated on Jun 19 2025 22:00:12 */
    22
    33.wp-admin.jetpack_page_akismet-key-config, .wp-admin.settings_page_akismet-key-config {
     
    490490#akismet-plugin-container .akismet-usage-limit-cta a {
    491491    color: #d63638;
     492    background: #fafafa;
    492493}
    493494
Note: See TracChangeset for help on using the changeset viewer.