@@ -28,32 +28,34 @@ body {
2828 overflow : hidden ;
2929}
3030
31- h1 {
32- font-weight : bold ;
33- font-size : $ff-funit-xl ;
34- line-height : 1.45 * $ff-funit-xl ;
35- margin-bottom : $ff-unit-lg ;
36- }
31+ @layer base {
32+ h1 {
33+ font-weight : bold ;
34+ font-size : $ff-funit-xl ;
35+ line-height : 1.45 * $ff-funit-xl ;
36+ margin-bottom : $ff-unit-lg ;
37+ }
3738
38- h2 {
39- font-weight : bold ;
40- font-size : $ff-funit-lg ;
41- line-height : 1.45 * $ff-funit-lg ;
42- margin-bottom : $ff-unit-sm ;
43- }
39+ h2 {
40+ font-weight : bold ;
41+ font-size : $ff-funit-lg ;
42+ line-height : 1.45 * $ff-funit-lg ;
43+ margin-bottom : $ff-unit-sm ;
44+ }
4445
45- h3 {
46- font-size : $ff-funit-md ;
47- line-height : 1.45 * $ff-funit-md ;
48- margin-bottom : $ff-unit-sm ;
49- font-weight : bold ;
50- }
46+ h3 {
47+ font-size : $ff-funit-md ;
48+ line-height : 1.45 * $ff-funit-md ;
49+ margin-bottom : $ff-unit-sm ;
50+ font-weight : bold ;
51+ }
5152
52- h4 {
53- font-size : $ff-funit-md ;
54- line-height : 1.45 * $ff-funit-sm ;
55- margin-bottom : $ff-unit-sm ;
56- font-weight : 500 ;
53+ h4 {
54+ font-size : $ff-funit-md ;
55+ line-height : 1.45 * $ff-funit-sm ;
56+ margin-bottom : $ff-unit-sm ;
57+ font-weight : 500 ;
58+ }
5759}
5860
5961code {
@@ -70,3 +72,7 @@ p code {
7072 font-size : $ff-funit-sm ;
7173 color : $ff-grey-400 ;
7274}
75+
76+ hr {
77+ color : $ff-grey-200 ;
78+ }
0 commit comments