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

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