Skip to content

Commit

Permalink
Merge pull request #72 from tojeiro-me/dev/v3.0.0/styling/001
Browse files Browse the repository at this point in the history
Dev/v3.0.0/styling/001
  • Loading branch information
tojeiro-me authored Jul 4, 2023
2 parents f06bb74 + 40f86e9 commit 8ce56cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v2.1.0 (Jun --, 2023)
# v2.1.0 (Jul 04, 2023)

- Fixed: lint script (empty commit error)
- Updated: Dependencies
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 */
}
```

Expand Down

0 comments on commit 8ce56cf

Please sign in to comment.