slightly adjust css for readability

This commit is contained in:
Justin Kunimune 2023-10-14 17:24:37 -04:00
parent ac2c4fd61a
commit c488154e58

View File

@ -38,10 +38,6 @@
A map of the world, showing all countries' defacto borders, with major lakes overlaid. Borders precise to 110km. Equirectangular projection.
</desc>
<style type="text/css">
.water {
fill:#ffffff;
stroke:none;
}
.country {
stroke:#ffffff;
stroke-width:.1;
@ -59,6 +55,10 @@
}
}
*/
.water {
fill:#ffffff;
stroke:none;
}
</style>
<rect class="water" width="100%" height="100%" />
<g transform="matrix(1,0,0,-1,180,90)">

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 192 KiB