Skip to content

Commit

Permalink
Remove unneeded color setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzchak Yitzchak committed May 8, 2011
1 parent 7e9325b commit 949a15f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/RaccoonBlog.Web/Content/css/base.less.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body
{
margin: 20px;
font-family: georgia, verdana, arial, Sans-Serif;
color: @foregroundColor;
color: #333;
background: @backgroundColor;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@foregroundColor: #333;
@backgroundColor: #fdf6e9;
@linkColor: #993300;
@headerBackgroundColor: #FF9933;
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@foregroundColor: #FF8000;
@backgroundColor: #E0E0D6;
@linkColor: #262626;
@headerBackgroundColor: #3D1400;

0 comments on commit 949a15f

Please sign in to comment.