Commit 83a927f3 authored by Randall Leeds's avatar Randall Leeds

style hints from new mockups

parent cfcfd810
...@@ -24,7 +24,7 @@ article { ...@@ -24,7 +24,7 @@ article {
body { body {
background-image: url('../images/noise_1.png'); background-image: url('../images/noise_1.png');
color: $gray; color: $gray-light;
font-family: "Georgia", "Gentium Basic", "Times New Roman", serif; font-family: "Georgia", "Gentium Basic", "Times New Roman", serif;
font-size: $font-size / $em; font-size: $font-size / $em;
font-smoothing: antialiased; font-smoothing: antialiased;
...@@ -33,6 +33,7 @@ body { ...@@ -33,6 +33,7 @@ body {
} }
h1, h2, h3, h4 { h1, h2, h3, h4 {
color: darken($gray-light, 15%);
margin: .33em 0; margin: .33em 0;
} }
...@@ -40,12 +41,6 @@ h1, form { ...@@ -40,12 +41,6 @@ h1, form {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
h3 {
border-bottom-style: solid;
border-color: $gray-light;
border-width: .1em;
}
label { label {
font-weight: bold; font-weight: bold;
} }
...@@ -152,7 +147,7 @@ span.error { ...@@ -152,7 +147,7 @@ span.error {
#content { #content {
@include box-shadow(desaturate($yellow, 75%) 0 0 .5em); @include box-shadow(desaturate($yellow, 75%) 0 0 .5em);
border: lighten($gray-light, 30%) solid thin; border: lighten($gray-light, 30%) solid thin;
background-color: lighten($gray-lighter, 2%); background-color: lighten($gray-lighter, 3%);
font-size: ($font-size + 2) / $font-size * 1em; font-size: ($font-size + 2) / $font-size * 1em;
} }
......
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