diff options
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> |
