Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63468, comment 3


Ignore:
Timestamp:
05/20/2025 07:14:50 PM (16 months ago)
Author:
meszarosrob

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63468, comment 3

    initial v1  
    88||[[Image(https://core.trac.wordpress.org/raw-attachment/ticket/63468/63468-site-no-dark-mode-embeds-dark-mode.png)]]||[[Image(https://core.trac.wordpress.org/raw-attachment/ticket/63468/63468-site-dark-mode-embeds-dark-mode.png)]]||
    99
    10 There are opportunities to improve `wp-embed-template.css` by using CSS custom properties for easier theming. More ambitious changes could include replacing inline SVGs in the CSS with actual SVG files, removing the legacy `wp-embed-template-ie.css` file, and ensuring the embed meets accessibility color contrast standards. Hover, these improvements may be better addressed in separate tickets, as they are not directly related to dark mode support.
     10There are opportunities to improve `wp-embed-template.css` by using CSS custom properties for easier theming. More ambitious changes could include replacing inline SVGs in the CSS with actual SVG files, removing the legacy `wp-embed-template-ie.css` file, and ensuring the embed meets accessibility color contrast standards. However, these improvements may be better addressed in separate tickets, as they are not directly related to dark mode support.
    1111
    1212The visual examples and the patch provided use colors from the WordPress Design System Figma library. This is a rough proposal, and final color choices should be made by the design team.