From 1453faa7f3d44194a3ae9516fe5bc67ac4ea8103 Mon Sep 17 00:00:00 2001 From: Rawley Date: Sun, 3 Apr 2022 03:32:26 +0000 Subject: [PATCH 1/2] Fix dead link --- templates/footer.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/footer.tmpl b/templates/footer.tmpl index f340b9c..447f8c8 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -6,7 +6,7 @@ Powered by NGiNX! - + Powered by Go! From d96ba8b2a58345f8a9717383a2f3161797812618 Mon Sep 17 00:00:00 2001 From: Rawley Date: Sun, 3 Apr 2022 03:33:40 +0000 Subject: [PATCH 2/2] fix code blocks on dark theme. --- static/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/index.css b/static/index.css index dbe1fcf..c9947f0 100644 --- a/static/index.css +++ b/static/index.css @@ -183,6 +183,9 @@ code { body > * { color: #f8f8f2; } + code { + color: #50fa7b; + } a::after { background-color: #bd93f9; }