[wp-trac] [WordPress Trac] #61309: Twenty Twenty Four: The code block border color not change when we change text color from block settings.
WordPress Trac
noreply at wordpress.org
Tue Oct 7 21:29:48 UTC 2025
#61309: Twenty Twenty Four: The code block border color not change when we change
text color from block settings.
--------------------------------------------+----------------------
Reporter: viralsampat | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Bundled Theme | Version: 6.5.3
Severity: normal | Resolution: wontfix
Keywords: dev-feedback 2nd-opinion close | Focuses: ui, css
--------------------------------------------+----------------------
Comment (by jackhamerrock):
You can fix this with a small custom CSS addition in Appearance →
Customize → Additional CSS (or in a child theme):
{{{
.wp-block-code {
border-color: currentColor !important;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61309#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list