소스 검색

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": {