diff options
| author | root <root@turin.home> | 2022-01-29 15:08:41 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-29 15:08:41 +0000 |
| commit | 9fbbc8575ab726f106bb1a46c1c57f3aed374664 (patch) | |
| tree | 65bff2a04fdc74de0b414e6e6b826c2c03ba3684 /header.html | |
| parent | 11e3e6e472781b2078c9179e344abd42ece2cb53 (diff) | |
600 words
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/header.html b/header.html new file mode 100644 index 0000000..cdf4442 --- /dev/null +++ b/header.html @@ -0,0 +1,15 @@ +<style> +html { + line-height: 1.5; + font-family: monospace; + color: #1a1a1a; + background-color: #fdfdfd; +} +@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; } /* hotpink on hover */ +} +</style> +<pre> |
