aboutsummaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-29 15:08:41 +0000
committerroot <root@turin.home>2022-01-29 15:08:41 +0000
commit9fbbc8575ab726f106bb1a46c1c57f3aed374664 (patch)
tree65bff2a04fdc74de0b414e6e6b826c2c03ba3684 /header.html
parent11e3e6e472781b2078c9179e344abd42ece2cb53 (diff)
600 words
Diffstat (limited to 'header.html')
-rw-r--r--header.html15
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>