summaryrefslogtreecommitdiffstats
path: root/assets/style.css
blob: 120b1bd591cffc5f62ae17ea40b3467413ca256d (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
body {
    background-color: black;
}

#sidebar_left {
    background-color: grey;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 10%;
    min-width: 15em;
    float: left;
}

#sidebar_right {
    background-color: grey;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 10%;
    min-width: 15em;
    float: right;
}