summaryrefslogtreecommitdiff
path: root/www/default.css
blob: 8c6ce4d9b7c7f0036559be916b1a3ba27e578ce0 (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
31
32
33
34
35
36
37
38
39
40
41
:root {
    --primary-color: #333333;
    --secondary-color: #FFFFFF;
    --home: #c8c8c8;
    --yes: #5cff5c;
    --no: #ff5c5c;
    font-size: 18;
    --fast-speed: 0.2s;
    --med-speed: 0.4s;
    --slow-speed: 1s;
}

title {
    text-align: left;
    line-height: 3;
}

.section-number-3 {
    color: red;
}

body {
    font-family: 'Jost*', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

code {
    font-family: 'Hack', sans-serif;
}

p {
    font-family: 'Public Sans', sans-serif;
}

#org88f7f8b {
    line-height: 10;
}
Copyright 2019--2024 Marius PETER