summaryrefslogtreecommitdiffstats
path: root/public/style.css
blob: 9983beab37c6b7998c61722b3baf488c2422d3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}

div {
    margin: 10px;
    border-radius: 10px;
    padding: 3px;
}

h1, h2, h3 {
    margin: 5px;
    font-weight: 300;
    font-style: normal;
}

h1 {
    font-size: 40px;
}

.good-system {
    background-color: rgba(10, 200, 10, 0.9);
}

.bad-system {
    background-color: rgba(200, 10, 10, 0.9);
}