From fefaf0306c07b55c716189f5307558ed7b5523ce Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 18 Nov 2021 14:38:08 +0100 Subject: Added dark theme --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 510d3bc..e6731ac 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,9 @@ help: @echo 'Set the RELATIVE variable to 1 to enable relative urls ' @echo ' ' -content/extras/style.min.css: theme/Flex/static/stylesheet/style.min.css theme/custom/custom.css +SOURCE_THEME=theme/Flex/static/stylesheet/style.min.css + +content/extras/style.min.css: $(SOURCE_THEME) theme/custom/custom.css css_merge -o $@ $^ html: content/extras/style.min.css -- cgit v1.2.3