4848
4949/* Headings
5050----------------------------------------------------------------------------------------------------*/
51- @for $i from 1 through 6 {
52- h #{$i } {
53- line-height : $heading-line-height ;
54- font-size : $heading-font-size - ($i - 1 ) * 2px ;
55- font-family : $customfont-2 ;
56-
57- .fonts-loading & {
58- font-family : $font-sansserif ;
59- }
60- }
51+ h1 {
52+ @include title (XXL);
53+ }
54+
55+ h2 {
56+ @include title (XL);
57+ }
58+
59+ h3 {
60+ @include title (L);
61+ }
62+
63+ h4 {
64+ @include title (M);
65+ }
66+
67+ h5 {
68+ @include title (S);
69+ }
70+
71+ h6 {
72+ @include title (XS);
6173}
6274
6375/* Lists
@@ -97,20 +109,13 @@ figure {
97109----------------------------------------------------------------------------------------------------*/
98110hr {
99111 clear : both ;
100- border : 0 ;
101- height : 1px ;
102- background : $maingrey ;
103112 margin : $base-spacing 0 ;
104113}
105114blockquote {
106- border-left : 5px solid $maingrey ;
107115 padding : $base-spacing ;
108116 margin : 0 0 $base-spacing 0 ;
109117 -ms-word-wrap : break-word ;
110118 word-wrap : break-word ;
111- p :last-child {
112- margin : 0 ;
113- }
114119}
115120cite {
116121 font-style : italic ;
@@ -121,23 +126,13 @@ small {
121126table {
122127 margin : $base-spacing 0 ;
123128 width : 100% ;
124- border : $base-border ;
129+ border : 0 ;
125130 border-collapse : collapse ;
126- border-left : 0 ;
127- border-radius : $base-border-radius ;
128-
129- th {
130- padding : $half-base-spacing ;
131- border-left : 1px solid $base-border-color ;
132- border-top : 0 ;
133- vertical-align : top ;
134- text-align : left ;
135- }
136131
132+ th ,
137133 td {
138134 padding : $half-base-spacing ;
139- border-top : 1px solid $base-border-color ;
140- border-left : 1px solid $base-border-color ;
135+ border : 1px solid $base-border-color ;
141136 vertical-align : top ;
142137 text-align : left ;
143138 }
@@ -166,7 +161,7 @@ big {
166161code {
167162 display : inline-block ;
168163 padding : 2px 5px ;
169- background-color : $maingrey ;
164+ background-color : $light-gray ;
170165 border : 1px solid $darkcolor ;
171166 font-family : monospace ;
172167 font-size : $base-fz ;
@@ -202,7 +197,7 @@ pre {
202197 @include word-wrap (break-all );
203198
204199 white-space : pre-wrap ;
205- background-color : $maingrey ;
200+ background-color : $light-gray ;
206201 border : 1px solid $darkcolor ;
207202 border-radius : $base-border-radius ;
208203}
0 commit comments