From bd5796ceb2da03291124ab8ff66769ac67a585c9 Mon Sep 17 00:00:00 2001
From: Prefetch
Date: Sun, 3 Oct 2021 21:42:46 +0200
Subject: Reveal name + general improvements

---
 static/main.css   | 13 +++++++------
 static/robots.txt |  2 ++
 2 files changed, 9 insertions(+), 6 deletions(-)
 create mode 100644 static/robots.txt

(limited to 'static')

diff --git a/static/main.css b/static/main.css
index f3778e5..b9ac894 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,6 +1,6 @@
 body {
-	background:#ddd;
-	color:#222;
+	background:#e3e3e3;
+	color:#161616;
 	max-width:80ch;
 	margin:auto;
 	padding:1em 0;
@@ -10,8 +10,9 @@ h1,h2,h3 {text-align:center}
 h1 {font-size:200%;}
 h2 {font-size:160%;}
 h3 {font-size:120%;}
-a {text-decoration:none;color:#00f;}
-.noha a:link, .noha a:visited {color:#222;}
+a {text-decoration:none;color:#0000ff;}
+.noha a:link, .noha a:visited {color:#161616;}
+.noha a:hover, .noha a:focus, .noha a:active {color:#0000ff;}
 .nav {height:3rem;font-size:250%;}
 .navl {float:left;text-align:left;}
 .navr {float:right;text-align:right;}
@@ -19,7 +20,7 @@ a {text-decoration:none;color:#00f;}
 .footr {float:right;text-align:right;}
 pre {filter:invert(100%);}
 @media (prefers-color-scheme: dark) {
-	body {background:#222;filter:invert(100%);}
+	body {background:#161616;filter:invert(100%);}
 }
 .accordion {
 	display:block;
@@ -27,7 +28,7 @@ pre {filter:invert(100%);}
 	border-style:dotted;
 }
 input {display:none;}
-label {color:#00f;cursor:pointer;}
+label {color:#0000ff;cursor:pointer;}
 input + label + .hidden {display:none;}
 input:checked + label {display:none;}
 input:checked + label + .hidden {display:block;}
diff --git a/static/robots.txt b/static/robots.txt
new file mode 100644
index 0000000..eb05362
--- /dev/null
+++ b/static/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow:
-- 
cgit v1.2.3