Skip to content

Commit c03bdec

Browse files
committed
fix background of cover.png
1 parent 338a4c7 commit c03bdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $(META): $(NEXUS) create_metafiles.rb
7878
./create_metafiles.rb
7979

8080
$(THUMB): $(COVER)
81-
@inkscape -C -e $(THUMB) -f $(DIR)fig/coverpage.std.svg > /dev/null
81+
@inkscape -b "#fbfbfb" -C -e $(THUMB) -f $(DIR)fig/coverpage.std.svg > /dev/null
8282

8383
$(GOAL): $(META) $(THUMB) $(FIG) $(CSS) $(FONT) mimetype META-INF/* LICENSE
8484
@if [ -f $(GOAL) ]; then rm $(GOAL); fi; \

0 commit comments

Comments
 (0)