diagram color, export follows current theme

This commit is contained in:
Jan Prochazka
2022-01-20 14:08:43 +01:00
parent c0891af5c3
commit 5be368bbf3
8 changed files with 86 additions and 10 deletions

View File

@@ -91,4 +91,8 @@
stroke: var(--theme-bg-4);
stroke-width: 2;
}
polygon {
fill: var(--theme-bg-4);
}
</style>