Re-add hex text label styles

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:32 -07:00
parent 3adf47f6a0
commit 9508fcf78d

View File

@ -11,9 +11,14 @@ svg {
use[href="#hex"] { use[href="#hex"] {
stroke: #666; stroke: #666;
/* fill: wheat; */ }
/* fill: navajowhite; */
/* fill: url(#asterisk); */ [data-q][data-r][data-s][data-t] text {
font-size: 4px;
text-anchor: middle;
user-select: none;
font-family: sans-serif;
fill: black;
} }
.building .doors { .building .doors {