Skip to content

Commit 5712401

Browse files
author
jordanmccullough
committed
Update slide heading, main text appearance
Reduce font weight for less heavy look, provide more contrast against bolded text and Octicons
1 parent 5d91bcf commit 5712401

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

_stylesheets/curriculum.scss

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,23 @@ table{
218218

219219
.deck{
220220
position: relative;
221-
// font-size: 16px;
221+
font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif;
222+
font-weight: 300;
223+
color: $gray-darker;
222224

223-
// .mega-octicon{
224-
// font-size: 600%;
225-
// }
225+
h1,h2,h3,h4,h5,h6,p,ul,li{
226+
font-weight: inherit;
227+
}
228+
229+
h2{
230+
font-size: 52px;
231+
}
232+
h3,h4{
233+
font-size: 42px;
234+
}
235+
p{
236+
font-size: 20px;
237+
}
226238

227239
#teacher-avatar{
228240
img{
@@ -249,19 +261,8 @@ table{
249261

250262
.slide{
251263
width: 100%;
252-
background: #ffffff;
253264
display: table;
254265

255-
// h2,h3,h4,h5{
256-
// text-align: center;
257-
// font-size: 400%;
258-
// }
259-
260-
// h1,h2,h3,h4,h5,h6,p,ul,pre,svg{
261-
// margin-left: 0;
262-
// margin-right: 0;
263-
// }
264-
265266
pre{
266267
width: 80%;
267268
padding: 2em;

0 commit comments

Comments
 (0)