diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 14:38:08 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 14:46:42 +0100 |
commit | fefaf0306c07b55c716189f5307558ed7b5523ce (patch) | |
tree | 003f29a90d2943bbacbae162be32192e7c499a5d /Makefile | |
parent | 9126ed1be6ce0168eafbb705d59505985c8348ec (diff) |
Added dark theme
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |