diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass index 59c17b76..f48e6489 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass @@ -1,5 +1,4 @@ !font_color= #333 -!font_background= transparent !quiet_color= !font_color + #333 !loud_color= !font_color - #222 diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass index 4e7f885e..b4be6f48 100644 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass @@ -4,7 +4,6 @@ =normal-text :font-family "Helvetica Neue", Helvetica, Arial, sans-serif :color= !font_color - :background= !font_background =fixed-width-text :font 1em 'andale mono', 'lucida console', monospace @@ -21,9 +20,8 @@ :color= !loud_color =blueprint-typography - html & - +normal-text - :font-size 75% + +normal-text + :font-size 75% h1 +header-text :font-size 3em