Skip to content

Commit 48343f9

Browse files
committed
Dev typo reset fixed
1 parent c8462db commit 48343f9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

dist/fa-kit.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ html:root {
1515
*::after {
1616
box-sizing: border-box; }
1717

18+
html {
19+
font-family: Arial, -apple-system, system-ui;
20+
font-size: calc(var(--font-size) * 1px);
21+
color: black; }
22+
1823
body {
1924
margin: 0;
20-
line-height: 1;
21-
color: black;
2225
background: white; }
2326

2427
img, picture {

sass/base/reset.sass

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
*::after
44
box-sizing : border-box
55

6+
html
7+
font:
8+
family: $font-main
9+
size: calc(var(--font-size) * 1px)
10+
color: $body-text-color
11+
612
body
713
margin: 0
8-
line-height: 1
9-
color: $body-text-color
1014
background: $body-background-color
1115

1216
// Media
13-
1417
img, picture
1518
line-height: 0
1619
vertical-align: middle

0 commit comments

Comments
 (0)