commit 6f1f4f21ccbd53a04d3067d38229c1d77393846a
parent 6f8802509f09162b9725f1fa1816bbd7ae9cda1a
Author: cblgh <cblgh@cblgh.org>
Date: Sat, 1 Oct 2022 09:37:16 +0200
halloween it up
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/html/head.html b/html/head.html
@@ -27,6 +27,9 @@
label {
display: block;
}
+ header svg {
+ fill: yellow;
+ }
article h1, article h2, article h3 {
/* normalize post titles */
font-size: 1rem;
@@ -58,7 +61,7 @@
color: black;
}
a:visited {
- color: #666; /* for lack of better imagination */
+ color: darkred; /* #666; /* for lack of better imagination */
}
.selectable {
-webkit-touch-callout: all;
@@ -83,7 +86,7 @@
width: 100%;
}
- body { padding: 2rem; background: wheat; }
+ body { padding: 2rem; background: #ff8000; /*wheat;*/ }
* { margin-bottom: 1rem; }
.visually-hidden {