Skip to content

Commit

Permalink
sass tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alienresident committed Oct 24, 2011
1 parent bfddcc1 commit b41f4e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sites/all/themes/drupalcampnyc10/sass/partials/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ $menu-link-color-visited: desaturate($menu-link-color, 20%);

$button-color-1:rgba(#a0aab5, 1);
$button-color-2:adjust-lightness(rgba(#708090, 1), 0);

$button-color-3:rgba(#1e2327, .9);

$link-color: #e5a100;
Expand All @@ -46,6 +45,9 @@ $link-color-visited: desaturate($link-color, 20%);
$light-text-color: #eee;
$light-text-color-hover: #fff;

$heading-color-1:rgba(#a0aab5, 1);
$heading-color-2:adjust-lightness(rgba(#708090, 1), -12%);

$image-corners:8px;
$heading-font:'LeagueGothicRegular', Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
$maintext-font:"Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
Expand Down

0 comments on commit b41f4e1

Please sign in to comment.