- Timestamp:
- 10/11/2022 12:42:28 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/canary.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Canary", 3 5 "settings": { … … 71 73 "styles": { 72 74 "blocks": { 75 "core/comments": { 76 "elements": { 77 "link": { 78 "typography": { 79 "textDecoration": "underline" 80 }, 81 ":hover": { 82 "typography": { 83 "textDecoration": "none" 84 } 85 } 86 } 87 } 88 }, 73 89 "core/comment-reply-link": { 74 90 "typography": { … … 92 108 "typography": { 93 109 "textTransform": "lowercase" 110 } 111 }, 112 "core/post-content": { 113 "elements": { 114 "link": { 115 "typography": { 116 "textDecoration": "underline" 117 }, 118 ":hover": { 119 "typography": { 120 "textDecoration": "none" 121 } 122 } 123 } 94 124 } 95 125 }, … … 118 148 } 119 149 }, 150 "core/query-pagination": { 151 "border": { 152 "top": { 153 "width": "4px" 154 } 155 } 156 }, 120 157 "core/separator": { 121 158 "border": { … … 143 180 } 144 181 }, 182 ":focus": { 183 "color": { 184 "background": "var(--wp--preset--color--base)", 185 "text": "var(--wp--preset--color--contrast)" 186 }, 187 "border": { 188 "color": "var(--wp--preset--color--contrast)", 189 "style": "solid", 190 "width": "2px" 191 } 192 }, 145 193 "border": { 146 194 "radius": "5px", … … 151 199 "color": { 152 200 "text": "var(--wp--preset--color--base)" 201 }, 202 "spacing": { 203 "padding": { 204 "bottom": "0.667em", 205 "left": "1.333em", 206 "right": "1.333em", 207 "top": "0.667em" 208 } 153 209 } 154 210 }, … … 187 243 "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)" 188 244 } 189 }, 190 "version": 2, 191 "$schema": "https://schemas.wp.org/trunk/theme.json" 245 } 192 246 }
Note: See TracChangeset
for help on using the changeset viewer.