summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 17df2b04689548d8409e3798bd2b5f7455e0a831 (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
    font-size: 16px;
}

* {
    font-family: sans-serif;
}

.error {
    color: red;
}