Skip to content

Commit

Permalink
Removed default css
Browse files Browse the repository at this point in the history
  • Loading branch information
DWethmar committed Jul 10, 2015
1 parent 15abe32 commit 6899cb7
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,3 @@
* {
margin: 0;
padding: 0;

-webkit-font-smoothing: antialiased;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

::selection {
background: #bfa57c;
color: #fff;
}

body {
color: #a48d66;
font: 14px/23px proxima-nova-alt, "Proxima Nova Alt", sans-serif;
}

h1, h2, h3, h4, b {
font-weight: 300;
font-family: bree-web, Bree, sans-serif;
}
h2 {
font-size: 28px;
padding-bottom: 60px;
}
b {
font-weight: 500;
font-size: 16px;

color: #c3522f;
}

#logo {
position: absolute;
left: 80px;
Expand Down

0 comments on commit 6899cb7

Please sign in to comment.