Skip to content

Commit

Permalink
Used color schemer for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
labarba committed Aug 29, 2014
1 parent e97bca8 commit 95133fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/numericalmoocstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ div.text_cell_render{
font-weight: 600;
margin-bottom: 3px;
font-style: regular;
color: rgb(95,92,72);
color: rgb(102,102,0);
}

.text_cell_render h4 { /*Use this for captions*/
Expand All @@ -96,18 +96,18 @@ div.text_cell_render{
font-style: regular;
}

.text_cell_render h5 {
font-family: 'Arvo', sans-serif;
.text_cell_render h5 { /*Use this for small titles*/
font-family: 'Nixie One', sans-serif;
font-weight: 400;
font-size: 16pt;
color: grey;
color: rgb(163,0,0);
font-style: italic;
margin-bottom: .1em;
margin-top: 0.1em;
margin-top: 0.8em;
display: block;
}

.text_cell_render h6 {
.text_cell_render h6 { /*use this for copyright note*/
font-family: 'PT Mono', sans-serif;
font-weight: 300;
font-size: 9pt;
Expand Down

0 comments on commit 95133fc

Please sign in to comment.