about summary refs log tree commit diff homepage
path: root/static/base.css
blob: 038afdcee3627a06a317f3b87cf25c150cca8736 (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: clamp(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 }