Make building styles visible in blink/webkit engines

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:32 -07:00
parent fdb3840564
commit 526cc26240

View File

@ -37,12 +37,14 @@ use[href="#hex"] {
} }
.building .door-edges, .building .windows { .building .door-edges, .building .windows {
display: inline;
stroke: #ff9900; stroke: #ff9900;
stroke-width: 2.25; stroke-width: 2.25;
} }
.building .floor, .building .floor,
.terrain .floor { .terrain .floor {
display: inline;
opacity: 1; opacity: 1;
fill: #ffffff; fill: #ffffff;
fill-opacity: 0.5; fill-opacity: 0.5;
@ -50,6 +52,7 @@ use[href="#hex"] {
} }
.building .inner-wall { .building .inner-wall {
display: inline;
fill: none; fill: none;
stroke: #ffffff; stroke: #ffffff;
stroke-width: 1; stroke-width: 1;
@ -57,6 +60,7 @@ use[href="#hex"] {
} }
.building .outer-wall { .building .outer-wall {
display: inline;
fill: none; fill: none;
stroke: #000000; stroke: #000000;
stroke-width: 2; stroke-width: 2;