Skip to content

Commit f7223f1

Browse files
committed
v2.3.0
* CHANGE: Set `font-size: 100%;` on `body` * CHANGE: Remove `background-color` delcaration from `body`
1 parent a108b51 commit f7223f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flexbox-reset.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ a:active {
162162
text-decoration: none;
163163
}
164164
body {
165-
background-color: transparent;
166165
color: black;
166+
font-size: 100%;
167167
font-stretch: normal;
168168
font-style: normal;
169169
font-variant: normal;

flexbox-reset.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ a, a:link, a:visited, a:hover, a:active {
4949

5050
// set defaults for body
5151
body {
52-
background-color: transparent;
5352
color: black;
53+
font-size: 100%;
5454
font-stretch: normal;
5555
font-style: normal;
5656
font-variant: normal;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexbox-reset",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A CSS reset that uses the flexbox model by default.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)