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

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

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

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

#postamble {
   text-align: center;
}