From 87117f437b910fceff78b70f4a7f05b90aa88633 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Wed, 30 Oct 2024 15:21:19 +0100 Subject: [PATCH] Fix quote text color and border color. --- styles/07-sunrise.json | 3 --- styles/colors/07-sunrise.json | 3 --- styles/sections/section-1.json | 5 +++++ styles/sections/section-2.json | 5 +++++ styles/sections/section-3.json | 5 +++++ styles/sections/section-4.json | 5 +++++ styles/sections/section-5.json | 5 +++++ theme.json | 2 +- 8 files changed, 26 insertions(+), 7 deletions(-) diff --git a/styles/07-sunrise.json b/styles/07-sunrise.json index 0ef9efe6..ed60e26b 100644 --- a/styles/07-sunrise.json +++ b/styles/07-sunrise.json @@ -304,9 +304,6 @@ "fontWeight": "600", "letterSpacing": "-0.24px" }, - "border": { - "color": "var:preset|color|accent-2" - }, "elements": { "cite": { "typography": { diff --git a/styles/colors/07-sunrise.json b/styles/colors/07-sunrise.json index 51263b3c..b320026d 100644 --- a/styles/colors/07-sunrise.json +++ b/styles/colors/07-sunrise.json @@ -108,9 +108,6 @@ "color": { "text": "var:preset|color|accent-2" }, - "border": { - "color": "var:preset|color|accent-2" - }, "elements": { "cite": { "color": { diff --git a/styles/sections/section-1.json b/styles/sections/section-1.json index 0529cdc4..dacac3f8 100644 --- a/styles/sections/section-1.json +++ b/styles/sections/section-1.json @@ -102,6 +102,11 @@ } } } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } } } diff --git a/styles/sections/section-2.json b/styles/sections/section-2.json index ec0d3b53..0ed1cc30 100644 --- a/styles/sections/section-2.json +++ b/styles/sections/section-2.json @@ -90,6 +90,11 @@ } } } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } } } diff --git a/styles/sections/section-3.json b/styles/sections/section-3.json index 76e56f3f..15c2959e 100644 --- a/styles/sections/section-3.json +++ b/styles/sections/section-3.json @@ -90,6 +90,11 @@ } } } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } } } diff --git a/styles/sections/section-4.json b/styles/sections/section-4.json index 6e3c90a9..1f39796e 100644 --- a/styles/sections/section-4.json +++ b/styles/sections/section-4.json @@ -90,6 +90,11 @@ } } } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } }, "elements": { diff --git a/styles/sections/section-5.json b/styles/sections/section-5.json index 7a324223..e9dcd715 100644 --- a/styles/sections/section-5.json +++ b/styles/sections/section-5.json @@ -90,6 +90,11 @@ } } } + }, + "core/quote": { + "color": { + "text": "currentColor" + } } }, "elements": { diff --git a/theme.json b/theme.json index 425e07d5..e43b5888 100644 --- a/theme.json +++ b/theme.json @@ -428,7 +428,7 @@ "border": { "style": "solid", "width": "0 0 0 2px", - "color": "var:preset|color|contrast" + "color": "currentColor" }, "spacing": { "blockGap": "var:preset|spacing|30",