From c651a0ddead3e44bfe7254842d515f5fb7e7333f Mon Sep 17 00:00:00 2001 From: Goncalo Tojeiro Date: Tue, 4 Jul 2023 14:45:08 +0100 Subject: [PATCH 1/2] v2.1.0: version update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf20e7..4e13fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v2.1.0 (Jun --, 2023) +# v2.1.0 (Jul 04, 2023) - Fixed: lint script (empty commit error) - Updated: Dependencies From 40f86e95e5da62edaf7204a062907bfb8b1fd880 Mon Sep 17 00:00:00 2001 From: Goncalo Tojeiro Date: Tue, 4 Jul 2023 15:02:21 +0100 Subject: [PATCH 2/2] v2.1.0: update comments --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8d3a14..7c94aa9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ This properties can be changed globally - using the `:root` pseudo-class - or `s ```CSS :root { /* Focus style color */ - --ptt-reset-focus-color: hsl(26 86% 61%); /* replace with brand color, ... */ + --ptt-reset-focus-color: hsl(26 86% 61%); /* replace with brand/accent color, ... */ /* The next properties best values depends on the font used */ --ptt-reset-body-line-height: 1.45; /* 1.4 to 1.6 */ @@ -103,8 +103,7 @@ This properties can be changed globally - using the `:root` pseudo-class - or `s /* Better spacing between content */ --ptt-reset-content-space-top: 0.5em; --ptt-reset-header-space-bottom: 0.75em; /* h1, h2, h3, h4 */ - --ptt-reset-header-space-top: 2em; - /* h2, h3, h4, h1: if not inside a header with role=banner */ + --ptt-reset-header-space-top: 2em; /* h2, h3, h4 -- h1: not inside header with role=banner */ } ```