Skip to content

Commit

Permalink
v2.1.0: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tojeiro-me committed Jul 4, 2023
1 parent c651a0d commit 40f86e9
Showing 1 changed file with 2 additions and 3 deletions.
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 40f86e9

Please sign in to comment.