aboutsummaryrefslogtreecommitdiff
path: root/header.html
blob: a6f49ce458ee84b26fa538ffbe826de47dfeffc3 (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
<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;}
}
hr{
  margin-top: 2.5rem;
  margin-bottom: 2.5em;
  width: 90%;
}
</style>