From 1f8b5c2bbe20c4c6b7b334b00ae5e6622dcd51f7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 11 Jan 2023 20:02:10 +0100 Subject: Switch to simple.css This makes it easier to maintain and it looks better. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7ae041..45f5d0b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install: all install -Dm 644 config/default.json $(DESTDIR)/etc/ceres/config.json install -Dm 644 data/static/add.html $(DESTDIR)$(PREFIX)/share/ceres/static/add.html - install -Dm 644 data/static/libweb.css $(DESTDIR)$(PREFIX)/share/ceres/static/libweb.css + install -Dm 644 data/static/style.css $(DESTDIR)$(PREFIX)/share/ceres/static/style.css install -Dm 644 data/templates/index.html $(DESTDIR)$(PREFIX)/share/ceres/templates/index.html install -Dm 644 data/templates/recipe.html $(DESTDIR)$(PREFIX)/share/ceres/templates/recipe.html -- cgit v1.2.3-70-g09d2