Skip to content

Commit

Permalink
Twenty Twenty: Ensure link color is inherited from paragraph in the e…
Browse files Browse the repository at this point in the history
…ditor.

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
  • Loading branch information
audrasjb authored and = committed Nov 4, 2022
1 parent d08ccb4 commit 3fb85eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Inter variable font. Usage:

/* Colors ------------------------------------ */

.editor-styles-wrapper .has-text-color a {
color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Inter variable font. Usage:

/* Colors ------------------------------------ */

.editor-styles-wrapper .has-text-color a {
color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
Expand Down

0 comments on commit 3fb85eb

Please sign in to comment.