From d09aaa6f0c33d4c22f383e93bf389e821f4c76c4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 27 Apr 2021 21:55:20 +0200 Subject: add a bit of dark mode --- bin/pyggle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/pyggle b/bin/pyggle index e7418b5..781863e 100755 --- a/bin/pyggle +++ b/bin/pyggle @@ -146,7 +146,7 @@ def copy_files(base_dir): imgwidth = f"{args.size}px" imgheight = f"{args.size}px" - css_files = ["glightbox.min.css"] + css_files = ["glightbox.min.css", "light.css", "dark.css"] js_files = ["glightbox.min.js"] for css_file in css_files: -- cgit v1.2.3