Explorar el Código

Disco: post navigation link to lowercase (#6416)

Matias Benedetto hace 3 años
padre
commit
e45c29a58f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      disco/theme.json

+ 2 - 1
disco/theme.json

@@ -456,7 +456,8 @@
             "core/post-navigation-link": {
                 "typography": {
                     "fontSize": "var(--wp--preset--font-size--large)",
-                    "textDecoration": "none"
+                    "textDecoration": "none",
+                    "textTransform": "lowercase"
                 },
                 "elements": {
                     "link": {