summaryrefslogtreecommitdiffstats
path: root/webui/src/index.css
blob: 3a4e5f9aa876d4b9dffc0fcbf440c6b97638be3b (plain)
1
2
3
4
5
6
7
8
9
10
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #f2f2f2;
}