Change text style

This commit is contained in:
Siklos 2022-08-03 22:52:39 +02:00
parent 23de954c6f
commit ff059626a3

View file

@ -5,3 +5,15 @@ svg {
height: 100%; height: 100%;
width: 100%; width: 100%;
} }
text {
font-size: 18px;
font-weight: 800;
fill: none;
fill-opacity: 0;
stroke: #000000;
stroke-width: 1px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}