Skip to content

Commit

Permalink
added base color styles for app
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Nov 5, 2012
1 parent 8bbf63e commit f139212
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
*= require_self
*= require_tree .
*/

body {
background-color: #000099;

}
7 changes: 7 additions & 0 deletions app/assets/stylesheets/base.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// https://kuler.adobe.com/#themeID/1080677
// http://colorschemedesigner.com/
$master-background = #E9E7C2;
$master-highlight = #787C39;
$master-highlight-2 = #908221;
$master-dark = #2C2C2A;
$master-dark-2 = #584B28;

0 comments on commit f139212

Please sign in to comment.