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 {
display: inline;
stroke: #ff9900;
stroke-width: 2.25;
}
.building .floor,
.terrain .floor {
display: inline;
opacity: 1;
fill: #ffffff;
fill-opacity: 0.5;
@ -50,6 +52,7 @@ use[href="#hex"] {
}
.building .inner-wall {
display: inline;
fill: none;
stroke: #ffffff;
stroke-width: 1;
@ -57,6 +60,7 @@ use[href="#hex"] {
}
.building .outer-wall {
display: inline;
fill: none;
stroke: #000000;
stroke-width: 2;