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

@@ -147,8 +147,5 @@ body {
.gridLines {
width: 100%;
height: 100%;
}
.gridLines use {
stroke: white;
--line-color: white;
}