Commit 6fa0e766 authored by addyosmani's avatar addyosmani

Next iteration on theme.

parent ecb23778
This diff is collapsed.
This diff is collapsed.
...@@ -12,8 +12,7 @@ h4, ...@@ -12,8 +12,7 @@ h4,
h5, h5,
h6 { h6 {
font-weight: 600; font-weight: 600;
color: #594A43; color: #000;
/*text-shadow: 1px 1px 0 #7D2A2F;*/
font:100% Oswald, Helvetica; font:100% Oswald, Helvetica;
} }
...@@ -24,7 +23,7 @@ h2 { ...@@ -24,7 +23,7 @@ h2 {
a { a {
color: #B83F45; color: #B83F45;
font-weight: 400; font-weight:bold;
} }
a:hover { a:hover {
...@@ -55,7 +54,7 @@ header h1 { ...@@ -55,7 +54,7 @@ header h1 {
} }
header p { header p {
font-size: 45px; font-size: 30px;
} }
header .btn-large { header .btn-large {
...@@ -67,6 +66,10 @@ header nav { ...@@ -67,6 +66,10 @@ header nav {
margin: 20px 0; margin: 20px 0;
} }
.logo{
margin-top:70px;
}
.nav-tabs > li, .nav-pills > li{ .nav-tabs > li, .nav-pills > li{
clear:both; clear:both;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment