fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
193a88cd8ebde282d55750679b17b7d9f801b7df
[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
}