diff --git a/src/diana/templ/templ-pleb.svg b/src/diana/templ/templ-pleb.svg --- a/src/diana/templ/templ-pleb.svg +++ b/src/diana/templ/templ-pleb.svg @@ -1,7 +1,7 @@ {% extends "templ.svg" %} {% block style %} -rect{fill:white;stroke:black;stroke-width:1px} +rect{fill:{{bgcolor or "white"}};stroke:black;stroke-width:1px} text{font-family:"DejaVu Sans";text-anchor:middle;} line{stroke:black;stroke-width:0.7px} circle{stroke:black}