working on route reservation

This commit is contained in:
Stephan Richter
2020-09-19 00:38:18 +02:00
parent cf4df1882e
commit 917ac5dd07
8 changed files with 131 additions and 40 deletions

View File

@@ -39,6 +39,11 @@ svg rect{
stroke:rgb(0,0,0);
}
svg.locked polygon,
svg.locked rect{
fill:lime;
}
svg text{
font-size: 50px;
}