Skip to content

Commit

Permalink
new color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler committed Feb 24, 2012
1 parent 7415c34 commit 88e9a6b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions resources/colors_2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@


body {
background: #ffeab9;
}

h1, h2, h3 {
color: #024c68;
}


#header {
border-bottom: 1px solid #999;
}

#main {
border-left: 1px solid #999;
}

p {
color: #333;
}

a {
color: #A62000;
}

a:hover {
color: #bf4b30;
}

31 changes: 31 additions & 0 deletions resources/colors_3.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@


body {
background: #ddccf0;
}

h1, h2, h3 {
color: #68006c;
}


#header {
border-bottom: 1px solid #f06c98;
}

#main {
border-left: 1px solid #f06c98;
}

p {
color: #333;
}

a {
color: #a92a55;
}

a:hover {
text-decoration: none;
}

0 comments on commit 88e9a6b

Please sign in to comment.