summaryrefslogtreecommitdiff
path: root/style.css
blob: 9d4297c66c681b4710e9367c97cea2fb56d82387 (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
body {
    background: #404040;
    color: white;
    min-height: 100vh;
}

span {
    display:block;
}

.attr {
    color:#f080a0;
    display:inline;
}

* {
    font-family: sans-serif;
}

a{
    margin: 5px;
    display: block;
    color: lightcoral;
}

li{
    padding: 5px;
}