Skip to content

Commit b6cd76e

Browse files
committed
remove semantic html overrides
1 parent b342eee commit b6cd76e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

app/styles/base/_typography.scss

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,22 @@
11
@import "mixins/hidpi";
22
@import "mixins/text-adjust";
33

4-
body {
5-
font-feature-settings: "kern", "liga", "pnum";
6-
-webkit-font-smoothing: antialiased;
7-
-moz-osx-font-smoothing: grayscale;
8-
color: $base-font-color;
9-
font-size: $base-font-size;
10-
line-height: $base-line-height;
11-
}
12-
134
h1,
145
h2,
156
h3,
167
h4,
178
h5,
189
h6 {
19-
font-size: $base-font-size;
20-
line-height: $heading-line-height;
21-
margin: 0 0 $small-spacing;
22-
font-weight: bold;
23-
2410
code {
2511
text-transform: none;
2612
}
2713
}
2814

29-
@each $i in 0, 1, 2, 3, 4 {
30-
h#{$i + 1} {
31-
font-size: modular-scale(-$i, 2em, 1.2);
32-
}
33-
}
34-
3515
h1 {
3616
color: $ember-orange;
3717
}
3818

39-
h2 {
40-
color: $brown;
41-
}
42-
43-
p {
44-
margin: 1.5em 0 $small-spacing;
45-
line-height: 1.5em;
46-
}
47-
4819
a {
49-
color: $action-color;
5020
text-decoration: none;
5121
transition: color 0.1s linear;
5222

0 commit comments

Comments
 (0)