aboutsummaryrefslogtreecommitdiff
path: root/site.css
blob: 2cf7b9b4bee7d8e360deaa9148b1a2d4aacf09f4 (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
/* "derived" (stolen) from evenbettermotherfucking.website */
html {
    margin: 1rem auto;
    background: #f2f2f2;
    color: #444444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0 1px 0 #ffffff;
    max-width: 60em;
}
body {
    margin: 0 1rem;
}
code {
    background: white;
}
a {
    border-bottom: 1px solid #444444;
    color: #444444;
    text-decoration: none;
}
a:hover {
    border-bottom-style: dashed;
}