Twenty Twenty: Ensure link color is inherited from paragraph in the editor.

This changeset improves link colors consistency between front-end and the editor.

Props sabernhardt, webcommsat, audrasjb.
Fixes #56214.


git-svn-id: https://develop.svn.wordpress.org/trunk@54153 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-09-14 10:17:05 +00:00
parent 2030705bc5
commit 960330890b
2 changed files with 8 additions and 0 deletions

View File

@ -156,6 +156,10 @@ Inter variable font. Usage:
/* Colors ------------------------------------ */
.editor-styles-wrapper .has-text-color a {
color: inherit;
}
/* CUSTOM COLORS */
:root .has-accent-color {

View File

@ -156,6 +156,10 @@ Inter variable font. Usage:
/* Colors ------------------------------------ */
.editor-styles-wrapper .has-text-color a {
color: inherit;
}
/* CUSTOM COLORS */
:root .has-accent-color {