File tree 1 file changed +25
-24
lines changed
1 file changed +25
-24
lines changed Original file line number Diff line number Diff line change @@ -222,14 +222,30 @@ table{
222
222
font-weight : inherit ;
223
223
}
224
224
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
+ }
230
236
}
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
+ }
233
249
}
234
250
235
251
#teacher-avatar {
@@ -239,21 +255,6 @@ table{
239
255
}
240
256
}
241
257
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
-
257
258
258
259
.slide {
259
260
width : 100% ;
@@ -265,8 +266,8 @@ table{
265
266
font-size : 120% ;
266
267
text-align : left ;
267
268
margin : 0 auto ;
268
- background : #222 ;
269
- color : #f9f9f9 ;
269
+ background : $gray-darker ;
270
+ color : $gray-lighter ;
270
271
271
272
code {
272
273
font-size : 1.5em ;
You can’t perform that action at this time.
0 commit comments