From fc5b367863e41ff1dfd141d1b160834eae43b153 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Sun, 16 Feb 2020 15:41:44 +0100 Subject: [PATCH] minimal fixes. --- engine/sync.sh | 2 +- src/css/mk.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/sync.sh b/engine/sync.sh index 5c60273..62b0399 100755 --- a/engine/sync.sh +++ b/engine/sync.sh @@ -1,7 +1,7 @@ #!/usr/bin/env zsh cd "$(git rev-parse --show-toplevel)" || exit 1 -rootdir=${0:h} +rootdir=$PWD echo $rootdir echo -n "Uploading website" diff --git a/src/css/mk.css b/src/css/mk.css index 9338bf3..a217492 100644 --- a/src/css/mk.css +++ b/src/css/mk.css @@ -134,6 +134,7 @@ hr { margin-bottom: var(--lh); } #postamble:before, hr:after { + font-family: Menlo, monospace; text-align: center; content: "--------------------------------------------------------------------------------"; display:block;