From 57f6ad160daa3fefff62b3f4314e11718adc4fbf Mon Sep 17 00:00:00 2001 From: mgoermar <58862720+mgoermar@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:58:27 +0200 Subject: [PATCH] bigger font of points in legend --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 77d0a93..3b8493c 100644 --- a/config.json +++ b/config.json @@ -14,7 +14,7 @@ }, "legend": { "edgeLabel": "Beteiligung an Briefwechsel, Publikation, oder Erwähnung darin", - "colorLabel": "<span style='rgb(255,118,34);'>•</span> Personen; <span style='color:rgb(0,207,232);'>•</span> Bücher; <span style='rgb(255,124,255);'>•</span> Briefe; <span style='color:rgb(0,203,71);'>•</span> Inhalte/Gattungen; <span style='color:rgb(94,107,87);'>•</span> Institutionen; <span style='color:rgb(89,163,244);'>•</span> Zeitschriften; <span style='rgb(254,102,133);'>•</span> Zeitschriftenbeiträge; <span style='color:rgb(182,164,0);'>•</span> Manuskripte", + "colorLabel": "<span style='color:rgb(255,118,34);font-size:50px;'>•</span> Personen; <span style='color:rgb(0,207,232);font-size:50px;'>•</span> Bücher; <span style='color:rgb(255,124,255);font-size:50px;'>•</span> Briefe; <span style='color:rgb(0,203,71);font-size:50px;'>•</span> Inhalte/Gattungen; <span style='color:rgb(94,107,87);font-size:50px;'>•</span> Institutionen; <span style='color:rgb(89,163,244);font-size:50px;'>•</span> Zeitschriften; <span style='color:rgb(254,102,133);font-size:50px;'>•</span> Zeitschriftenbeiträge; <span style='color:rgb(182,164,0);font-size:50px;'>•</span> Manuskripte", "nodeLabel": "Personen, Bücher, Briefe, Zeitschriften, Inhalte/Gattungen" }, "features": { -- GitLab