mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
2030705bc5
commit
960330890b
@ -156,6 +156,10 @@ Inter variable font. Usage:
|
||||
|
||||
/* Colors ------------------------------------ */
|
||||
|
||||
.editor-styles-wrapper .has-text-color a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* CUSTOM COLORS */
|
||||
|
||||
:root .has-accent-color {
|
||||
|
||||
@ -156,6 +156,10 @@ Inter variable font. Usage:
|
||||
|
||||
/* Colors ------------------------------------ */
|
||||
|
||||
.editor-styles-wrapper .has-text-color a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* CUSTOM COLORS */
|
||||
|
||||
:root .has-accent-color {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user