Main page looks almost ok now.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / base.scss
1 @import "tools";
2
3 /* Basic colors and fonts */
4 body {
5     font-family: Georgia;
6     background: #f7f7f7;
7     color: black;
8 }
9
10 a {
11     color: #0d7e85;
12     text-decoration: none;
13
14     img {
15         border: 0;
16     }
17 }
18
19
20 /* Basic layout */
21 html, body {
22     margin: 0;
23     padding: 0;
24 }
25
26
27 .clearboth {
28     clear: both;
29 }