From 5c56e98a054742b6e9e45b3655ce4ace6a82051f Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Wed, 23 Mar 2022 15:24:52 +0100 Subject: [PATCH] change link color --- publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index 3c2f5a0..397e037 100755 --- a/publish.sh +++ b/publish.sh @@ -64,8 +64,8 @@ perl -p -i -e "s/Last updated on .+/Mis à jour le $realdate/" site/read/index.h #<h2 id="_mentions_ -perl -p -i -e 's/<h2 id="_mentions_/<h2 style="color:#595959" id="_mentions_/' site/index.html -perl -p -i -e 's/<h2 id="_about_this_website/<h2 style="color:#595959" id="_about_this_website/' site/en.html +perl -p -i -e 's/<a href="#_mentions_/<a style="color:#595959" href="_mentions_/' site/index.html +perl -p -i -e 's/<a href="#_about_this_website/<a style="color:#595959" href="#_about_this_website/' site/en.html -- GitLab