aboutsummaryrefslogtreecommitdiffstats
path: root/static/base.css
blob: 9569be1e7010e398f7725d326ab84fc28b894dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
html {
    background-color: #002b36;
}

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