blob: b94d3f7a562b86d086dd644b25d1afe576d898c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
body {
font-family: "Roboto Condensed", sans-serif;
padding-top: 20px;
padding-bottom: 60px;
}
.feedbutton {
display: none;
visibility: hidden;
}
.archivepage {
margin-bottom: 10px;
}
|