File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,12 @@ $link-color: #ed1249;
31
31
// Typography //
32
32
// -------------------------------------------------//
33
33
34
+ body {
35
+ font-family : " Nunito" ,Helvetica ,Arial ,sans-serif ;
36
+ }
37
+
34
38
// Headers
35
39
h1 ,h2 ,h3 ,h4 ,h5 ,h6 {
36
- font-family : " Nunito" ,Helvetica ,Arial ,sans-serif ;
37
40
font-weight : 700 ;
38
41
margin-bottom : 12px ;
39
42
line-height : 1.2 ;
80
83
81
84
// paragraphs and lists
82
85
p , ul , ol {
83
- font-family : " Nunito" ,Helvetica ,Arial ,sans-serif ;
84
86
font-weight : 300 ;
85
87
line-height : 1.5 ;
86
88
font-size : 20px ;
@@ -155,7 +157,6 @@ pre, code {
155
157
156
158
// Misc.
157
159
.date , .info { // the small text that shows info related to dates, etc.
158
- font-family : " Nunito" ,Helvetica ,Arial ,sans-serif ;
159
160
font-weight : 300 ;
160
161
text-transform : uppercase ;
161
162
font-size : 12px ;
@@ -171,6 +172,10 @@ section {
171
172
margin : 46px 0 ;
172
173
}
173
174
175
+ a .episodelink :hover {
176
+ text-decoration : underline ;
177
+ }
178
+
174
179
.container {
175
180
max-width : 700px ;
176
181
margin : 0 auto ;
You can’t perform that action at this time.
0 commit comments