Switch to CSS variables for line color

This commit is contained in:
Ian Gulliver
2019-07-04 05:46:00 +00:00
parent 353a209ea1
commit db86cb83d5
2 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,8 @@
<style>
/* <![CDATA[ */
path {
stroke-width: 1;
stroke: var(--line-color, black);
stroke-width: 1.5;
fill: transparent;
shape-rendering: geometricPrecision;
}

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB