Merge branch 'master' into search
[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: #edece7;
7     background-image: url('/static/img/bg.png');
8     background-repeat: no-repeat;
9     margin-top: 0;
10     background-position: 50% 0;
11 }
12
13 a {
14     text-decoration: none;
15 }
16 a:hover {
17     text-decoration: underline;
18 }