summaryrefslogtreecommitdiffstats
path: root/ui/static/css/main.css
blob: 174d90ff81ed36c1c015de8be83d7c58050a21cc (plain) (blame)
1
2
3
4
5
6
7
* {
    box-sizing: border-box;
    margin: 0em;
    padding: 0em;
    font-size: 10pt;
    /* font-family: "Ubuntu Mono", monospace; */
}