Skip to content

Commit

Permalink
New color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Apr 19, 2017
1 parent 902d8d6 commit 2b7ed95
Show file tree
Hide file tree
Showing 33 changed files with 304 additions and 270 deletions.
27 changes: 27 additions & 0 deletions _includes/_css/index.css
@@ -0,0 +1,27 @@
body {
background: #2E7158;
background: linear-gradient(220deg, #245d33, #24575D) fixed;
}
body, h2 {
color: #F4F7F6;
}
#navigation, #footer {
background: none;
box-shadow: none;
}
/* Tablet/Mobile Design */

@media (max-width: 60em) {
#navigation,
#footer {
background: #2E7158;
}
#navigation {
background: linear-gradient(200deg, #245d33, #24575D);
box-shadow: 0 0.188em 0.375em rgba(0, 0, 0, .1);
}
#footer {
background: linear-gradient(220deg, #245d33, #24575D);
box-shadow: 0 -0.188em 0.375em rgba(0, 0, 0, .1);
}
}
55 changes: 0 additions & 55 deletions _includes/_css/light.css

This file was deleted.

0 comments on commit 2b7ed95

Please sign in to comment.