diff --git a/themes/wporg-5ftf/css/objects/_buttons.scss b/themes/wporg-5ftf/css/objects/_buttons.scss index 9c3fb97..02f7a1f 100644 --- a/themes/wporg-5ftf/css/objects/_buttons.scss +++ b/themes/wporg-5ftf/css/objects/_buttons.scss @@ -13,7 +13,7 @@ &:hover, &:visited { - color: $color__link-button; + color: $color__link-button; } } diff --git a/themes/wporg-5ftf/css/tools/_tools.scss b/themes/wporg-5ftf/css/tools/_tools.scss index 0ec466b..fda1c99 100644 --- a/themes/wporg-5ftf/css/tools/_tools.scss +++ b/themes/wporg-5ftf/css/tools/_tools.scss @@ -1,3 +1,4 @@ @import "../../../pub/wporg/css/tools/breakpoint"; +@import "../../../pub/wporg/css/tools/functions"; @import "../../../pub/wporg/css/tools/kube"; @import "../../../pub/wporg/css/tools/modular-scale";