aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/layout.css
blob: 9c03575d6c79d6648e41d84456ef53030efc92e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
html, body {
    font-family: Arial, Helvetica, sans-serif;
    color: #424242;
    padding: 0;
    margin: 0;
    min-width: 100vw !important;
    min-height: 100vh !important;
}

button {
    color: #424242;
}