summaryrefslogtreecommitdiff
path: root/app/static/styles/default.css
blob: e36da55163d44e037fa337cb2c79312604eefe25 (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
:root {
    --primary-color: #003B5C;
    --secondary-color: #C3D7EE;
    --home: rgba(200, 200, 200, 0.7);
    --yes: rgba(0, 255, 0, 0.7);
    --no: rgba(255, 0, 0, 0.7);
    font-size: 20;
    --fast-speed: 0.2s;
    --med-speed: 0.4s;
    --slow-speed: 1s;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Liberation Sans', sans-serif;
    line-height: 1.2;
}

h1 {
}

h2 {
}

p {
}
Copyright 2019--2024 Marius PETER