From 1f9c3c9bb29b22a3408beff1cf20482c30abca8a Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Wed, 12 Aug 2020 19:34:19 +0200 Subject: [PATCH] chandged footer style and test make --- makefile | 3 +++ src/styles.css | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 467be34..9d48cf7 100644 --- a/makefile +++ b/makefile @@ -7,6 +7,9 @@ all: mkdir -p ${DESTDIR} ssg ${SRCDIR} ${DESTDIR} ${SITENAME} 'https://${URL}' +test: all + xdg-open ${DESTDIR}/index.html + install: all rsync -vruL ${DESTDIR}/ www@${URL}:/www/ diff --git a/src/styles.css b/src/styles.css index f34356c..4103a33 100644 --- a/src/styles.css +++ b/src/styles.css @@ -52,8 +52,7 @@ h1, h2, h3, h4, h5, h6 { } footer { - background-color: #dcdcdc; - border-radius: 10px; + border: 1px solid black; } footer p {