- Timestamp:
- 10/04/2022 01:10:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/electric.json
r54235 r54372 35 35 "elements": { 36 36 "button": { 37 "border": { 38 "style": "solid", 39 "width": "2px", 40 "color": "var(--wp--preset--color--contrast)" 41 }, 37 42 "color": { 38 43 "background": "var(--wp--preset--color--contrast)", 39 44 "text": "var(--wp--preset--color--base)" 45 }, 46 "spacing": { 47 "padding": { 48 "top": ".667em", 49 "right": "1.333em", 50 "bottom": ".667em", 51 "left": "1.333em" 52 } 53 }, 54 ":active": { 55 "typography": { 56 "textDecoration": "underline dotted" 57 } 58 }, 59 ":focus": { 60 "typography": { 61 "textDecoration": "underline dotted" 62 } 40 63 }, 41 64 ":hover": { … … 43 66 "color": "var(--wp--preset--color--contrast)", 44 67 "style": "solid", 45 "width": " 1px"68 "width": "2px" 46 69 }, 47 70 "color": {
Note: See TracChangeset
for help on using the changeset viewer.