commit: a77791a1746ef817804198480ff4ea2966414840
parent 1d655a45c3abab46352a50eca21dac83f8be04c0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 28 Mar 2022 02:36:13 +0200
css/index.css: Remove color override for links in footer
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -223,4 +223,3 @@ footer {
text-align: center;
clear: both;
}
-footer a { color: inherit; }
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=2022032701"/>
+ <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2022032702"/>
<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"/>