aboutsummaryrefslogtreecommitdiff
path: root/org/css/shitty-theme.css
blob: cd2e5f6f9a4d1f80e12ec1c2134db3d56a8d297c (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
25
26
27
body {
    background-color: #dcd1ba;
}

.shittyweb-header {
    text-align: center;
}

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

.outline-2 {
    border: 1px dotted black;
}

.org-src-container {
    background-color: white;
}

#postamble {
    text-align: center;
}