aboutsummaryrefslogtreecommitdiff
path: root/org/css/blog.css
blob: dbe52ac3c00d28a46cf8f3f3480e5f64cfbaf10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
    background-color: #dcd1ba;
    background-image: url("../images/blog-background.jpg");
}

/* Helps it nicely degrade when css is removed */
hr {
    display: none;
}

.container {
    background-color: #bebebe;
    width: 65%;
    margin: auto;
    border: 1px solid black;
}

#content-list {
    border: 1px dotted black;
}

.article-header {
    border: 1px dotted black;
}