Re-add hex text label styles

This commit is contained in:
Catalin Constantin Mititiuc 2024-07-10 23:02:39 -07:00
parent ccb1cb2c75
commit ba31dcd751

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 {