summaryrefslogtreecommitdiff
path: root/lib/static/styles.css
blob: cd87fc109316a1519b63e7f72598f194f44be0c3 (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
42
43
44
45
46
47
body {
    font-family: sans-serif;
    max-width: 60em;
    margin: auto;
    padding: 0 1em;
    background-color: #181818;
    color: white;
}

nav#top {
    background-color: black;
}

nav#top ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

nav#top ul li {
    padding: 0.5em 0;
}

nav#top ul li a {
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
}

nav#top ul li a:hover {
    background-color: white;
    color: black;
    text-decoration: revert;
}

ul {
    padding-left: 1em;
}

li {
    line-height: 1.5;
}

a {
    color: white;
}
Copyright 2019--2025 Marius PETER