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