Pārlūkot izejas kodu

Disco: post navigation link to lowercase (#6416)

Matias Benedetto 2 gadi atpakaļ
vecāks
revīzija
e45c29a58f
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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": {