Fix some door edges
This commit is contained in:
@@ -30,7 +30,7 @@ use[href="#hex"] {
|
||||
fill: none;
|
||||
fill-opacity: 1;
|
||||
stroke: white;
|
||||
stroke-width: 2.25;
|
||||
stroke-width: 2.25px;
|
||||
stroke-linecap: square;
|
||||
stroke-dasharray: none;
|
||||
stroke-opacity: 1;
|
||||
@@ -39,7 +39,7 @@ use[href="#hex"] {
|
||||
.building .door-edges, .building .windows {
|
||||
display: inline;
|
||||
stroke: #ff9900;
|
||||
stroke-width: 2.25;
|
||||
stroke-width: 2.5px;
|
||||
}
|
||||
|
||||
.building .floor,
|
||||
@@ -48,6 +48,7 @@ use[href="#hex"] {
|
||||
opacity: 1;
|
||||
fill: #ffffff;
|
||||
fill-opacity: 0.5;
|
||||
/* fill: url(#asterisk); */
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user