diff --git a/src/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss b/src/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss index 469887ccac..e911942f13 100644 --- a/src/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss +++ b/src/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss @@ -19,7 +19,7 @@ clip-path: none; color: $color__text-screen; display: block; - @include font-size(0.875); + font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 46088221be..3b166ae1bc 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -3619,7 +3619,6 @@ body.page .main-navigation { clip-path: none; color: #21759b; display: block; - font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css index 87427310d0..c32e62e68c 100644 --- a/src/wp-content/themes/twentynineteen/style.css +++ b/src/wp-content/themes/twentynineteen/style.css @@ -3619,7 +3619,6 @@ body.page .main-navigation { clip-path: none; color: #21759b; display: block; - font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto;