aboutsummaryrefslogtreecommitdiffstats
path: root/static/base.css
blob: 5160b776b301e42558e8ca7b555201f789c09ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html {
    background-color: #232531
}

body {
    color: #aaaaaa;
}

#floatingmenu {
    border: 1px solid #000;
    width: 200px;
    height: 50px;
    background-color: #343844;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    position: absolute;
    color: #E9A94B;
}