Merge branch 'master' of github.com:fnp/prawokultury
[prawokultury.git] / prawokultury / static / css / base.scss
1 @import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
2
3 body {
4     font-family: 'Lato', sans-serif;
5     font-size: .625em;
6     background-color: #edece7;
7     background-image: url('/static/img/bg.png');
8     background-repeat: no-repeat;
9     color: #363a3b;
10     margin-top: 0;
11     background-position: 50% 0;
12 }
13
14 a {
15     text-decoration: none;
16 }
17 a:hover {
18     text-decoration: underline;
19 }
20
21
22 h1 {
23     margin: 0 0 .5em 0;
24     color: #01519a;
25     font-size: 2em;
26 }