@@ -1886,7 +1886,7 @@ a:focus {
}
a:active {
- color: undefined;
+ color: #000000;
p.has-background.has-link-color:not(.has-background-background-color) a {
@@ -173,7 +173,7 @@ p.has-background.has-link-color:not(.has-background-background-color) a {
.has-link-color a {
- border-bottom: 1px solid var(--wp--style--color--link);
+ border-bottom: 1px solid var(--wp--style--color--link, var(--global--color-primary));
button,
@@ -42,7 +42,7 @@ a {
// If a custom link color has been assigned,
// switch the color of the bottom border too.
.has-link-color & {
+ border-bottom: 1px solid var(--wp--style--color--link, var(--global--color-primary) );
@@ -90,7 +90,7 @@ a {
&:active {
- color: var(--wp--style--color--link);
+ color: var(--wp--style--color--link, var(--global--color-primary));
// Enforce the custom link color even if a custom background color has been set.
@@ -992,7 +992,7 @@ a:hover, a:focus {