aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/home/css/index.css
blob: 76653320b0e16b7f3dbf1142cfbcb8ad68834fa5 (plain) (blame)
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
html {
    background-color: #7289DA;
}

.overview > h1 {
    margin-top: 0.5em;
    margin-bottom: -0.25em;
}

.overview > p.is-size-7 {
    margin-bottom: 2em;
}

.overview > p.is-size-4 {
    margin-bottom: 1em;
}

.overview > p.is-size-6 {
    margin-bottom: 1em;
}

.overview > img {
    border: 1px solid #6378BF;
    margin-bottom: 1em;
}

.overview > .divider {
    letter-spacing: -3px;
    margin-bottom: 1em;
}