Skip to content

Commit

Permalink
Merge pull request owncloud#36 from owncloud/headings-light
Browse files Browse the repository at this point in the history
use light font weight for headings, like in core
  • Loading branch information
jancborchardt committed Nov 10, 2015
2 parents c1c53de + 19ed229 commit 4876549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/firstrunwizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

#firstrunwizard h1 {
font-size: 40px;
font-weight: 300;
line-height: 130%;
margin: 50px 0 20px;
}

#firstrunwizard h2 {
font-size: 20px;
font-weight: 300;
margin: 35px 0 10px;
}

Expand Down

0 comments on commit 4876549

Please sign in to comment.