瀏覽代碼

Disco: post navigation link to lowercase (#6416)

Matias Benedetto 2 年之前
父節點
當前提交
e45c29a58f
共有 1 個文件被更改,包括 2 次插入1 次删除
  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": {