blob: 2a7b18d9d5f0fbc12e714781572a45c42e1dec02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
body {
font-family: 'Play', sans-serif, Helvetica;
background: #1a1b1f;
color: white
}
.page-footer {
color: #fff;
background-color: #306e32;
}
a.footer-copyright {
color: #ffff;
}
|