Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #57968


Ignore:
Timestamp:
05/04/2023 11:52:21 AM (3 years ago)
Author:
nielslange
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57968 – Description

    initial v3  
    3131}}}
    3232
    33 Due to [Specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity), the CSS code of the Twenty Twenty-Three theme overwrites the Global Styles CSS code. Given that this problem not only affects the link colors within the Checkout block, but all link colors, this problem should be addressed within the Twenty Twenty-Three theme itself.
     33Due to [Specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity), the CSS code of the Twenty Twenty-Three theme overwrites the Global Styles CSS code. Given that this problem affects all link colors this problem might be addressed within the Twenty Twenty-Three theme itself.
    3434
    3535== Steps to reproduce