aboutsummaryrefslogtreecommitdiff
path: root/header.html
blob: 52234c41b33bd8285c8772fa178d072dc71f8bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
    line-height: 1.5;
    font-family: serif;
    font-size: 1.1rem;
    color: #1a1a1a;
    background-color: #fdfdfd;
    max-width: 80ch;
    margin: auto;
}
body{margin-top:10%}
@media (prefers-color-scheme: dark){
    body {color:white;background:black}
    html {color:white;background:black}
    a:link, a:visited {color: #aab9c1;}
    a:hover, a:active {color: hotpink;}
}
</style>