aboutsummaryrefslogtreecommitdiff
path: root/src/assets/stylesheet.css
blob: e5d6ed460181005e311fd3f26766ec3aed484630 (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
:root
{
    --main: #ebabb9;
    --bg: #1e1f21;
    --fg: #eeeff1;
}

.footpara { display: inline; }

body
{
    background-color: var(--bg);
    color: var(--fg);
    max-width: 80ch;
    margin: auto;
    font-family: serif;
    font-variant-emoji: text;
}

a { color: var(--main); }

.buttons > p { margin: 0; }

.footnum, .footref { text-decoration: none; }

.pages { text-align: center; }

.logo
{
    color: var(--main);
    font-size: 2em;
    margin-bottom: 0;
}

ul { list-style: "<> " };