commit: bcd872e008516c714b657a574a3070a011ca0f2b
parent a77791a1746ef817804198480ff4ea2966414840
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 28 Mar 2022 02:39:17 +0200
css/index.css: Increase contrast for nav & footer
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -193,7 +193,7 @@ figure {
 
 nav, footer {
 	background-color: var(--ansi00);
-	color: var(--ansi07);
+	color: var(--ansi15);
 }
 
 header {
diff --git a/templates/head.shtml b/templates/head.shtml
@@ -1,5 +1,5 @@
 		<meta charset="utf-8"/>
-		<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2022032702"/>
+		<link rel="stylesheet" type="text/css" href="/css/index.css?serial=2022032703"/>
 		<meta name="viewport" content="width=device-width, initial-scale=1"/>
 		<link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/>
 		<link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>