Skip to content

Commit a1772f5

Browse files
author
jordanmccullough
committed
Cleanup teacher slide styles
1 parent e41a3d9 commit a1772f5

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

_stylesheets/curriculum.scss

+25-24
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,30 @@ table{
222222
font-weight: inherit;
223223
}
224224

225-
h2{
226-
font-size: 52px;
227-
}
228-
h3,h4{
229-
font-size: 42px;
225+
.slide{
226+
h2{
227+
font-size: 52px;
228+
}
229+
h3,h4{
230+
font-size: 42px;
231+
}
232+
p,ul{
233+
font-size: 20px;
234+
color: $gray;
235+
}
230236
}
231-
p{
232-
font-size: 20px;
237+
238+
#teacher{
239+
.octicon{
240+
color: $brand-primary;
241+
}
242+
span{
243+
margin: auto 4px;
244+
}
245+
246+
.teacher-badges{
247+
margin-top: 10px;
248+
}
233249
}
234250

235251
#teacher-avatar{
@@ -239,21 +255,6 @@ table{
239255
}
240256
}
241257

242-
.teacher-name{
243-
color: $brand-primary;
244-
font-size: 300%;
245-
}
246-
247-
#teacher-username,#teacher-email, #teacher-organization, #teacher-location{
248-
margin: auto .75em;
249-
opacity: .6;
250-
}
251-
252-
.teacher-badges{
253-
margin: 1em 0;
254-
opacity: .5;
255-
}
256-
257258

258259
.slide{
259260
width: 100%;
@@ -265,8 +266,8 @@ table{
265266
font-size: 120%;
266267
text-align: left;
267268
margin: 0 auto;
268-
background: #222;
269-
color: #f9f9f9;
269+
background: $gray-darker;
270+
color: $gray-lighter;
270271

271272
code{
272273
font-size: 1.5em;

0 commit comments

Comments
 (0)