From cbb02ee57320b23c3e2b061bba55ccdba6e90dd4 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 05:50:43 +0200 Subject: [PATCH 01/12] Replace color names and slugs in the remaining palettes --- styles/01-evening.json | 12 ++++++------ styles/02-noon.json | 12 ++++++------ styles/03-dusk.json | 12 ++++++------ styles/04-afternoon.json | 12 ++++++------ styles/05-twilight.json | 12 ++++++------ styles/06-morning.json | 12 ++++++------ styles/07-sunrise.json | 12 ++++++------ styles/08-midnight.json | 12 ++++++------ styles/colors/01-evening.json | 12 ++++++------ styles/colors/02-noon.json | 12 ++++++------ styles/colors/03-dusk.json | 12 ++++++------ styles/colors/04-afternoon.json | 12 ++++++------ styles/colors/05-twilight.json | 12 ++++++------ styles/colors/06-morning.json | 12 ++++++------ styles/colors/07-sunrise.json | 12 ++++++------ styles/colors/08-midnight.json | 12 ++++++------ 16 files changed, 96 insertions(+), 96 deletions(-) diff --git a/styles/01-evening.json b/styles/01-evening.json index 0d5503a5..5022bb66 100644 --- a/styles/01-evening.json +++ b/styles/01-evening.json @@ -32,18 +32,18 @@ }, { "color": "#CBCBCB", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#353535", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#FFFFFF33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/02-noon.json b/styles/02-noon.json index c818bc39..cb9c7118 100644 --- a/styles/02-noon.json +++ b/styles/02-noon.json @@ -32,18 +32,18 @@ }, { "color": "#5F5F5F", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#F1EEE9", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#19191933", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] }, diff --git a/styles/03-dusk.json b/styles/03-dusk.json index 43ecc8dd..03792eb7 100644 --- a/styles/03-dusk.json +++ b/styles/03-dusk.json @@ -32,18 +32,18 @@ }, { "color": "#5F5F5F", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#DBDBDB", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#3B3B3B33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] }, diff --git a/styles/04-afternoon.json b/styles/04-afternoon.json index 24c8b88f..062a4027 100644 --- a/styles/04-afternoon.json +++ b/styles/04-afternoon.json @@ -32,18 +32,18 @@ }, { "color": "#516028", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#EBF6D3", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#51602833", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] }, diff --git a/styles/05-twilight.json b/styles/05-twilight.json index a7cc3b82..fb290ece 100644 --- a/styles/05-twilight.json +++ b/styles/05-twilight.json @@ -32,18 +32,18 @@ }, { "color": "#FFFFFF", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#252525", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#FFFFFF33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/06-morning.json b/styles/06-morning.json index 2b057b37..42d5e9f4 100644 --- a/styles/06-morning.json +++ b/styles/06-morning.json @@ -32,18 +32,18 @@ }, { "color": "#5F5F5F", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#D7D3CC", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#19191933", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/07-sunrise.json b/styles/07-sunrise.json index b5cbd34a..61305813 100644 --- a/styles/07-sunrise.json +++ b/styles/07-sunrise.json @@ -32,18 +32,18 @@ }, { "color": "#DB9AB1", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#4A1628", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#DB9AB133", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/08-midnight.json b/styles/08-midnight.json index 85436889..a4c8f716 100644 --- a/styles/08-midnight.json +++ b/styles/08-midnight.json @@ -42,18 +42,18 @@ }, { "color": "#79F3B1", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#E8B7FF", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#79F3B133", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] }, diff --git a/styles/colors/01-evening.json b/styles/colors/01-evening.json index 7af85204..2d77fd34 100644 --- a/styles/colors/01-evening.json +++ b/styles/colors/01-evening.json @@ -32,18 +32,18 @@ }, { "color": "#CBCBCB", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#353535", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#FFFFFF33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/02-noon.json b/styles/colors/02-noon.json index 8d0b9fb9..1478fbdc 100644 --- a/styles/colors/02-noon.json +++ b/styles/colors/02-noon.json @@ -32,18 +32,18 @@ }, { "color": "#5F5F5F", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#F1EEE9", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#19191933", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/03-dusk.json b/styles/colors/03-dusk.json index d48e3f37..86808743 100644 --- a/styles/colors/03-dusk.json +++ b/styles/colors/03-dusk.json @@ -32,18 +32,18 @@ }, { "color": "#5F5F5F", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#DBDBDB", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#3B3B3B33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/04-afternoon.json b/styles/colors/04-afternoon.json index f9ecb563..2439545b 100644 --- a/styles/colors/04-afternoon.json +++ b/styles/colors/04-afternoon.json @@ -32,18 +32,18 @@ }, { "color": "#516028", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#EBF6D3", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#51602833", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/05-twilight.json b/styles/colors/05-twilight.json index 6f0d6133..b7de7cc9 100644 --- a/styles/colors/05-twilight.json +++ b/styles/colors/05-twilight.json @@ -32,18 +32,18 @@ }, { "color": "#FFFFFF", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#252525", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#FFFFFF33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/06-morning.json b/styles/colors/06-morning.json index 5791d225..c17213b6 100644 --- a/styles/colors/06-morning.json +++ b/styles/colors/06-morning.json @@ -32,18 +32,18 @@ }, { "color": "#F7E6FF", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#D7D3CC", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#1A1A1A33", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/07-sunrise.json b/styles/colors/07-sunrise.json index f143a6f8..590ca09d 100644 --- a/styles/colors/07-sunrise.json +++ b/styles/colors/07-sunrise.json @@ -32,18 +32,18 @@ }, { "color": "#DB9AB1", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#4A1628", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#DB9AB133", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } diff --git a/styles/colors/08-midnight.json b/styles/colors/08-midnight.json index 336a73c1..2eb924d5 100644 --- a/styles/colors/08-midnight.json +++ b/styles/colors/08-midnight.json @@ -32,18 +32,18 @@ }, { "color": "#79F3B1", - "name": "Primary", - "slug": "primary" + "name": "Accent 4", + "slug": "accent-4" }, { "color": "#E8B7FF", - "name": "Secondary", - "slug": "secondary" + "name": "Accent 5", + "slug": "accent-5" }, { "color": "#79F3B133", - "name": "Opacity 20%", - "slug": "opacity-20" + "name": "Accent 6", + "slug": "accent-6" } ] } From e08f7fa139877b55b3890f573faed8edb9c0d0e6 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 05:59:44 +0200 Subject: [PATCH 02/12] Theme.json: Replace slugs in the styles section primary is now accent-4 secondary is accent-5 opacity-20 is accent-6 --- theme.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/theme.json b/theme.json index 280794a6..93965fcf 100644 --- a/theme.json +++ b/theme.json @@ -1010,7 +1010,7 @@ "fontWeight": "400" }, "color": { - "background": "var:preset|color|secondary", + "background": "var:preset|color|accent-5", "text": "var:preset|color|contrast" }, "spacing": { @@ -1024,12 +1024,12 @@ }, "core/comment-author-name": { "color": { - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" }, "elements": { "link": { "color": { - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" }, "typography": { "textDecoration": "none" @@ -1103,7 +1103,7 @@ } }, "core/post-comments-form": { - "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: var(--wp--preset--color--opacity-20) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }", + "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: var(--wp--preset--color--accent-6) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }", "typography": { "fontSize": "var:preset|font-size|medium" }, @@ -1142,12 +1142,12 @@ }, "core/post-date": { "color":{ - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" }, "elements": { "link": { "color" : { - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" }, ":hover": { "typography": { @@ -1285,7 +1285,7 @@ } }, "core/search": { - "css": "& .wp-block-search__input{border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--opacity-20);}", + "css": "& .wp-block-search__input{border-radius:3.125rem;padding-left:1.5625rem;padding-right:1.5625rem;border-color:var(--wp--preset--color--accent-6);}", "typography": { "fontSize": "var:preset|font-size|medium", "lineHeight": "1.6" @@ -1315,7 +1315,7 @@ "width": "0 0 1px 0" }, "color": { - "text": "var:preset|color|opacity-20" + "text": "var:preset|color|accent-6" }, "variations": { "wide": { @@ -1349,7 +1349,7 @@ }, "core/term-description": { "color":{ - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" }, "typography": { "fontSize": "var:preset|font-size|medium" @@ -1394,7 +1394,7 @@ "text": "var:preset|color|contrast" }, "outline": { - "color": "var:preset|color|primary", + "color": "var:preset|color|accent-4", "offset": "2px", "style": "dotted", "width": "1px" From c7dd5b423d5ddf43a24dc0cd4d12e60fafe014b1 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:02:06 +0200 Subject: [PATCH 03/12] Evening: replace primary with accent 4 --- styles/01-evening.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/01-evening.json b/styles/01-evening.json index 5022bb66..893abfac 100644 --- a/styles/01-evening.json +++ b/styles/01-evening.json @@ -85,19 +85,19 @@ }, "core/site-tagline": { "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var:preset|color|accent-4" }, "elements": { "link": { "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var:preset|color|accent-4" } } } } }, "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var:preset|color|accent-4" }, "elements": { "button": { @@ -114,7 +114,7 @@ }, "link": { "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var:preset|color|accent-4" } } }, From 92eb81131b7ccc24b0e50ec2f13fac40231ebd6d Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:03:52 +0200 Subject: [PATCH 04/12] Noon: Replace primary with accent 4 --- styles/02-noon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/02-noon.json b/styles/02-noon.json index cb9c7118..055d07bf 100644 --- a/styles/02-noon.json +++ b/styles/02-noon.json @@ -270,7 +270,7 @@ } }, "color": { - "text": "var(--wp--preset--color--primary)" + "text": "var:preset|color|accent-4" }, "elements": { "button": { From bf075c43d3dccbc2a6669de4291a1a732c5d0d77 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:06:31 +0200 Subject: [PATCH 05/12] Dusk: replace secondary with accent 5 --- styles/03-dusk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/03-dusk.json b/styles/03-dusk.json index 03792eb7..03268e4b 100644 --- a/styles/03-dusk.json +++ b/styles/03-dusk.json @@ -75,7 +75,7 @@ "core/code": { "color": { "text": "var:preset|color|black", - "background": "var:preset|color|secondary" + "background": "var:preset|color|accent-5" } }, "core/paragraph": { From 121da1088ee1773860ab51a26025cd95cc397940 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:12:06 +0200 Subject: [PATCH 06/12] Morning: Replace primary and secondary --- styles/06-morning.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/06-morning.json b/styles/06-morning.json index 42d5e9f4..3717185d 100644 --- a/styles/06-morning.json +++ b/styles/06-morning.json @@ -50,7 +50,7 @@ }, "styles": { "color": { - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" }, "typography": { "fontFamily": "var:preset|font-family|ysabeau-office", @@ -73,7 +73,7 @@ "core/code": { "color": { "text": "var:preset|color|contrast", - "background": "var:preset|color|secondary" + "background": "var:preset|color|accent-5" } }, "core/navigation": { @@ -165,7 +165,7 @@ "letterSpacing": "-0.14px" }, "color": { - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" } } } @@ -187,7 +187,7 @@ "letterSpacing": "-0.14px" }, "color": { - "text": "var:preset|color|primary" + "text": "var:preset|color|accent-4" } } } @@ -246,11 +246,11 @@ "elements": { "link": { "color": { - "background": "var:preset|color|secondary" + "background": "var:preset|color|accent-5" }, "border": { "radius": "100px", - "color": "var:preset|color|secondary" + "color": "var:preset|color|accent-5" }, "typography": { "textDecoration": "none" From d390ba0e491f5ea8ba2c0cd272d27b6ea40fe048 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:15:02 +0200 Subject: [PATCH 07/12] Sunrise: Replace secondary with accent 5 --- styles/07-sunrise.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles/07-sunrise.json b/styles/07-sunrise.json index 61305813..f9c4c8f9 100644 --- a/styles/07-sunrise.json +++ b/styles/07-sunrise.json @@ -79,7 +79,7 @@ "core/code": { "color": { "text": "var:preset|color|accent-2", - "background": "var:preset|color|secondary" + "background": "var:preset|color|accent-5" } }, "core/navigation": { @@ -251,11 +251,11 @@ "elements": { "link": { "color": { - "background": "var:preset|color|secondary" + "background": "var:preset|color|accent-5" }, "border": { "radius": "100px", - "color": "var:preset|color|secondary" + "color": "var:preset|color|accent-5" }, "typography": { "textDecoration": "none" @@ -361,7 +361,7 @@ "section-4": { "color": { "text": "var:preset|color|contrast", - "background": "var:preset|color|secondary" + "background": "var:preset|color|accent-5" }, "elements": { "heading": { @@ -384,7 +384,7 @@ }, ":hover": { "color": { - "background": "var:preset|color|secondary", + "background": "var:preset|color|accent-5", "text": "var:preset|color|contrast" }, "border": { @@ -396,13 +396,13 @@ }, "section-5": { "color": { - "text": "var:preset|color|secondary", + "text": "var:preset|color|accent-5", "background": "var:preset|color|contrast" }, "elements": { "link": { "color": { - "text": "var:preset|color|secondary" + "text": "var:preset|color|accent-5" } }, "button": { From b970778b0c1db17319d85caddfc9928d89c033ee Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:17:34 +0200 Subject: [PATCH 08/12] Midnight: Replace secondary with accent 5 --- styles/08-midnight.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles/08-midnight.json b/styles/08-midnight.json index a4c8f716..48ce5462 100644 --- a/styles/08-midnight.json +++ b/styles/08-midnight.json @@ -322,27 +322,27 @@ }, "section-2": { "color": { - "text": "var:preset|color|secondary" + "text": "var:preset|color|accent-5" }, "elements": { "button": { "color": { - "background": "var:preset|color|secondary", + "background": "var:preset|color|accent-5", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "var:preset|color|accent-3", - "text": "var:preset|color|secondary" + "text": "var:preset|color|accent-5" }, "border": { - "color": "var:preset|color|secondary" + "color": "var:preset|color|accent-5" } } }, "link": { "color": { - "text": "var:preset|color|secondary" + "text": "var:preset|color|accent-5" } } } @@ -385,11 +385,11 @@ "button": { "color": { "background": "var:preset|color|accent-3", - "text": "var:preset|color|secondary" + "text": "var:preset|color|accent-5" }, ":hover": { "color": { - "background": "var:preset|color|secondary", + "background": "var:preset|color|accent-5", "text": "var:preset|color|accent-3" }, "border": { From 019abde87c512ff6f5e2615c1800e5c3bc709ceb Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:20:27 +0200 Subject: [PATCH 09/12] Section 5: replace secondary with accent 5 --- styles/blocks/section-5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/blocks/section-5.json b/styles/blocks/section-5.json index b3c7c667..41b5bdeb 100644 --- a/styles/blocks/section-5.json +++ b/styles/blocks/section-5.json @@ -10,7 +10,7 @@ ], "styles": { "color": { - "background": "var:preset|color|secondary", + "background": "var:preset|color|accent-5", "text": "var:preset|color|contrast" }, "blocks": { From e5e1cb459b1c29bb624273b6166a3e25734991c3 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:21:39 +0200 Subject: [PATCH 10/12] Pill: Replace opacity-20 with accent 6 --- styles/blocks/post-terms-1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/blocks/post-terms-1.json b/styles/blocks/post-terms-1.json index 40e1b861..83cbe02e 100644 --- a/styles/blocks/post-terms-1.json +++ b/styles/blocks/post-terms-1.json @@ -8,7 +8,7 @@ "elements": { "link": { "border": { - "color": "var:preset|color|opacity-20", + "color": "var:preset|color|accent-6", "radius": "20px", "width": "0.8px", "style": "solid" From 79db17a71d711ed74fa212377ac2ab5d1861b2ea Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 27 Sep 2024 06:30:03 +0200 Subject: [PATCH 11/12] Patterns: Replace opacity-20 with accent-6 --- patterns/cta-events-list.php | 12 +++++----- patterns/event-schedule.php | 8 +++---- patterns/header-large-title.php | 4 ++-- patterns/more-posts.php | 4 ++-- patterns/news-blog-query-loop.php | 4 ++-- ...blog-single-post-with-sidebar-template.php | 4 ++-- ...blog-with-featured-posts-grid-template.php | 4 ++-- patterns/news-blog-with-sidebar-template.php | 4 ++-- patterns/post-navigation.php | 4 ++-- patterns/post-with-left-aligned-content.php | 4 ++-- patterns/pricing-2-col.php | 8 +++---- patterns/pricing-3-col.php | 12 +++++----- patterns/template-single-offset.php | 8 +++---- ...monials-three-columns-six-testimonials.php | 24 +++++++++---------- patterns/text-faqs.php | 16 ++++++------- patterns/text-only-blog-posts.php | 6 ++--- .../text-only-blog-single-post-template.php | 4 ++-- ...cal-header-right-aligned-post-template.php | 6 ++--- 18 files changed, 68 insertions(+), 68 deletions(-) diff --git a/patterns/cta-events-list.php b/patterns/cta-events-list.php index b57bafdc..37994db6 100644 --- a/patterns/cta-events-list.php +++ b/patterns/cta-events-list.php @@ -57,8 +57,8 @@ - -
+ +

“Stories, historias, iсторії, iστορίες”

@@ -88,8 +88,8 @@
- -
+ +

Tell your story

@@ -119,8 +119,8 @@
- -
+ +

“Stories, historias, iсторії, iστορίες”

diff --git a/patterns/event-schedule.php b/patterns/event-schedule.php index ce96ec9c..9aa9d328 100644 --- a/patterns/event-schedule.php +++ b/patterns/event-schedule.php @@ -25,8 +25,8 @@ - -
+ +
@@ -111,8 +111,8 @@ - -
+ +
diff --git a/patterns/header-large-title.php b/patterns/header-large-title.php index b54f0f9f..6d211e32 100644 --- a/patterns/header-large-title.php +++ b/patterns/header-large-title.php @@ -12,8 +12,8 @@ */ ?> - -
+ +
diff --git a/patterns/more-posts.php b/patterns/more-posts.php index 6244aba5..26caa474 100644 --- a/patterns/more-posts.php +++ b/patterns/more-posts.php @@ -21,8 +21,8 @@
- -
+ +
diff --git a/patterns/news-blog-query-loop.php b/patterns/news-blog-query-loop.php index fa0109bb..a1755068 100644 --- a/patterns/news-blog-query-loop.php +++ b/patterns/news-blog-query-loop.php @@ -12,8 +12,8 @@ ?>
- -
+ +
diff --git a/patterns/news-blog-single-post-with-sidebar-template.php b/patterns/news-blog-single-post-with-sidebar-template.php index a6620020..ef5c0bdb 100644 --- a/patterns/news-blog-single-post-with-sidebar-template.php +++ b/patterns/news-blog-single-post-with-sidebar-template.php @@ -92,8 +92,8 @@
- -