From b217749353f57bc4a920da2a20d21f397be184bf Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Wed, 26 Feb 2025 08:47:19 +0100 Subject: [PATCH] Update to new version Signed-off-by: Minecon724 --- render.yml | 5 +++++ site-config.yml => site.yml | 0 template/static/style.css | 1 + 3 files changed, 6 insertions(+) create mode 100644 render.yml rename site-config.yml => site.yml (100%) diff --git a/render.yml b/render.yml new file mode 100644 index 0000000..68d7c62 --- /dev/null +++ b/render.yml @@ -0,0 +1,5 @@ +# Render options here + +compress: + - gz + - zstd \ No newline at end of file diff --git a/site-config.yml b/site.yml similarity index 100% rename from site-config.yml rename to site.yml diff --git a/template/static/style.css b/template/static/style.css index 145a5fa..e3b195d 100644 --- a/template/static/style.css +++ b/template/static/style.css @@ -3,6 +3,7 @@ html { background: #222; background-attachment: fixed; color: white; + font-family: sans-serif; } body {