From 4a98b9a0dd35abd0c2c65fc48bcc39f16e6ed044 Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Tue, 12 Aug 2025 15:24:36 +0300 Subject: [PATCH 01/56] Update theme.json update default styles --- theme.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/theme.json b/theme.json index b966a5c..1b21459 100644 --- a/theme.json +++ b/theme.json @@ -40,7 +40,7 @@ "palette": [ { "slug": "ti-bg", - "color": "var(--nv-site-bg, #F6F4F2)", + "color": "var(--nv-site-bg, #FFFFFF)", "name": "Background" }, { @@ -50,22 +50,22 @@ }, { "slug": "ti-accent", - "color": "var(--nv-primary-accent, #923416)", + "color": "var(--nv-primary-accent, #ED4422)", "name": "Accent" }, { "slug": "ti-accent-secondary", - "color": "var(--nv-secondary-accent, #B5431F)", + "color": "var(--nv-secondary-accent, #D23212)", "name": "Accent Secondary" }, { "slug": "ti-bg-inv", - "color": "var(--nv-dark-bg, #582515)", + "color": "var(--nv-dark-bg, #191919)", "name": "Background Dark" }, { "slug": "ti-bg-alt", - "color": "var(--nv-light-bg, #EEE8E1)", + "color": "var(--nv-light-bg, #F8F7F6)", "name": "Background Alt" }, { @@ -415,14 +415,14 @@ }, "typography": { "fontSize": "var(--neve-font-size-body, var(--wp--preset--font-size--normal))", - "fontFamily": "var(--neve-font-family-heading, var( --wp--preset--font-family--hanken-grotesk, '\"Hanken Grotesk\", sans-serif'))", + "fontFamily": "var(--neve-font-family-heading, var( --wp--preset--font-family--outfit, '\"Outfit\", sans-serif'))", "fontWeight": "var(--neve-font-weight-body, 400)", - "lineHeight": "var(--neve-font-line-height-body, 1.7)" + "lineHeight": "var(--neve-font-line-height-body, 1.65)" }, "elements": { "heading": { "typography": { - "fontFamily": "var(--neve-font-family-heading, var( --wp--preset--font-family--playfair-display, '\"Playfair Display\", sans-serif'))", + "fontFamily": "var(--neve-font-family-heading, var( --wp--preset--font-family--outfit, '\"Outfit\", sans-serif'))", "fontWeight": "var(--neve-font-weight-heading, 600)", "lineHeight": "var(--neve-font-line-height-heading, 1.3)", "fontSize": "var(--neve-font-size-heading, var(--wp--preset--font-size--huge))" @@ -484,7 +484,7 @@ }, "core/button": { "border": { - "radius": "var(--neve-button-border-radius, 5px)", + "radius": "var(--neve-button-border-radius, 50vw)", "width": "2px", "style": "solid", "color": "var(--wp--preset--color--ti-accent)" @@ -495,10 +495,10 @@ }, "spacing": { "padding": { - "bottom": "16px", - "left": "40px", - "right": "40px", - "top": "16px" + "bottom": "12px", + "left": "32px", + "right": "32px", + "top": "12px" } }, "typography": { From 228047c486629f03b6ebcf1106c608831adebb4f Mon Sep 17 00:00:00 2001 From: John Fraskos Date: Thu, 14 Aug 2025 14:29:09 +0300 Subject: [PATCH 02/56] Update header.html --- parts/header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/header.html b/parts/header.html index cbb2f42..c7782c4 100644 --- a/parts/header.html +++ b/parts/header.html @@ -1,14 +1,14 @@ - -