From 61001d9037289ab28850b07e242ceaad6e54fab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 7 Apr 2021 09:57:30 +0200 Subject: [PATCH] Mention source repository in footer --- assets/main.css | 15 +++++++++++++++ generate.sh | 3 +++ 2 files changed, 18 insertions(+) diff --git a/assets/main.css b/assets/main.css index 04f7959..15e1fef 100644 --- a/assets/main.css +++ b/assets/main.css @@ -13,6 +13,21 @@ body { margin: 5px; } +#footer { + text-align: center; + margin-top: 50px; + color: grey; +} + +#footer a { + color: grey; + text-decoration: underline; +} + +#footer a:hover { + color: grey; +} + .location { text-align: center; } diff --git a/generate.sh b/generate.sh index b7a6ad9..20ab8d7 100755 --- a/generate.sh +++ b/generate.sh @@ -126,6 +126,9 @@ for location in $LOCATIONS; do done cat << EOF + EOF