about summary refs log tree commit diff homepage
path: root/static/base.css
blob: 5f63e67dbaa7e90fe105e3412231d8b206f6a49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html {
    background-color: black;
    font-size: min(max(100%, 2vw), 150%);
    margin: auto;
}

body { margin: 0 }

a {
    color: white;
    text-decoration: none;
}

footer {
    color: white;
    margin: auto;
    padding: 1ex;
    text-align: center;
}
footer a { text-decoration: underline }