Skip to content

Commit 2b7ed95

Browse files
committed
New color scheme
1 parent 902d8d6 commit 2b7ed95

33 files changed

+304
-270
lines changed

_includes/_css/index.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
body {
2+
background: #2E7158;
3+
background: linear-gradient(220deg, #245d33, #24575D) fixed;
4+
}
5+
body, h2 {
6+
color: #F4F7F6;
7+
}
8+
#navigation, #footer {
9+
background: none;
10+
box-shadow: none;
11+
}
12+
/* Tablet/Mobile Design */
13+
14+
@media (max-width: 60em) {
15+
#navigation,
16+
#footer {
17+
background: #2E7158;
18+
}
19+
#navigation {
20+
background: linear-gradient(200deg, #245d33, #24575D);
21+
box-shadow: 0 0.188em 0.375em rgba(0, 0, 0, .1);
22+
}
23+
#footer {
24+
background: linear-gradient(220deg, #245d33, #24575D);
25+
box-shadow: 0 -0.188em 0.375em rgba(0, 0, 0, .1);
26+
}
27+
}

_includes/_css/light.css

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)