- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/styles/rust.json
r56813 r56951 18 18 { 19 19 "slug": "gradient-1", 20 "gradient": "linear-gradient(to bottom, #A62A0C5C 0%, #F3F0E7 100%)", 20 "gradient": "linear-gradient(to bottom, #A62A0C42 0%, #F3F0E7 100%)", 21 "name": "Vertical transparent rust to beige" 22 }, 23 { 24 "slug": "gradient-7", 25 "gradient": "linear-gradient(to bottom, #A62A0C42 50%, #F3F0E7 50%)", 26 "name": "Vertical hard transparent rust to beige" 27 }, 28 { 29 "slug": "gradient-2", 30 "gradient": "linear-gradient(to bottom, #A62B0C 0%, #F3F0E7 100%)", 21 31 "name": "Vertical rust to beige" 22 32 }, 23 33 { 24 "slug": "gradient- 7",25 "gradient": "linear-gradient(to bottom, #A62 A0C5C 50%, #F3F0E7 50%)",34 "slug": "gradient-8", 35 "gradient": "linear-gradient(to bottom, #A62B0C 50%, #F3F0E7 50%)", 26 36 "name": "Vertical hard rust to beige" 27 37 } … … 34 44 }, 35 45 { 36 "color": "#E AE4D7",46 "color": "#ECEADF", 37 47 "name": "Base / 2", 38 48 "slug": "base-2" … … 44 54 } 45 55 ] 46 },47 "layout": {48 "contentSize": "620px",49 "wideSize": "90vw"50 },51 "typography": {52 "fontSizes": [53 {54 "fluid": false,55 "name": "Small",56 "size": "1rem",57 "slug": "small"58 },59 {60 "fluid": false,61 "name": "Medium",62 "size": "1.15rem",63 "slug": "medium"64 },65 {66 "fluid": {67 "min": "1.777rem",68 "max": "2.3rem"69 },70 "name": "Large",71 "size": "2.3rem",72 "slug": "large"73 },74 {75 "fluid": {76 "min": "2.3rem",77 "max": "3.1rem"78 },79 "name": "Extra Large",80 "size": "2.369rem",81 "slug": "x-large"82 },83 {84 "fluid": {85 "min": "3.1rem",86 "max": "4.2rem"87 },88 "name": "Extra Extra Large",89 "size": "4.2rem",90 "slug": "xx-large"91 }92 ]93 56 } 94 57 }, 95 58 "styles": { 96 59 "blocks": { 60 "core/calendar": { 61 "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast)}" 62 }, 97 63 "core/comment-date": { 98 64 "color": {
Note: See TracChangeset
for help on using the changeset viewer.