From 630ca7a0d0f8bacb9d10f4753333917f5244d81a Mon Sep 17 00:00:00 2001 From: nicoo Date: Tue, 3 Jul 2018 19:37:47 +0200 Subject: [PATCH] doc/Network: Make the diagram fit the style of the page --- doc/Network/overview.dot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Network/overview.dot b/doc/Network/overview.dot index 1f14f23..3cd73b7 100644 --- a/doc/Network/overview.dot +++ b/doc/Network/overview.dot @@ -1,7 +1,10 @@ digraph network { label="r³ network overview"; - node [ shape=none ]; - edge [ lblstyle="above, sloped" ]; + graph [ bgcolor="#ff000000" fontname="Liberation Sans" fontcolor="#c0c0c0" ]; + node [ shape=none fontname="Liberation Sans" fontcolor="#c0c0c0" ]; + edge [fontname="Liberation Sans" + fontcolor="#c0c0c0" color="#c0c0c0" + ]; public [ label="Public (36)\n89.106.211.64/27" ] inet [ label="Internet" ] -- 1.7.10.4