From 9e6705331c02ec6e8df5de33e1b3f12d27c52439 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 28 Feb 2024 20:05:50 +0100 Subject: [PATCH] css --- build.sh | 1 + index.css | 0 2 files changed, 1 insertion(+) create mode 100644 index.css diff --git a/build.sh b/build.sh index 3dca961..6bb72f7 100755 --- a/build.sh +++ b/build.sh @@ -12,6 +12,7 @@ pandoc \ --standalone \ --self-contained \ \ +--css "${ROOT}/index.css" \ --output "${OUTPUT}/index.html" \ \ --number-sections \ diff --git a/index.css b/index.css new file mode 100644 index 0000000..e69de29