Compare commits

..

No commits in common. '56cae833393258619aa3eff1ebea8316135f1af9' and 'fe2aaef4132911c5188a4c026ac1c00ba8766a2c' have entirely different histories.

@ -25,11 +25,6 @@
border: 1px solid;
padding: 2em;
}
h1 {
margin-block: 0.67em;
font-size: 2em;
}
.state {
stroke: black;
fill: none;
@ -45,7 +40,7 @@
stroke-width: 1;
}
.translationText, .romanizationText {
visibility: hidden;
/* visibility: hidden; */
font-family: "Noto Sans";
font-size:1.25em;
}
@ -57,7 +52,6 @@
.languageText {
pointer-events: none;
font-weight: bold;
font-size: 1.15em;
font-family: sans-serif;
visibility: hidden;
}
@ -120,7 +114,7 @@
<progress id="loading-screen" class="loading-indicator"></progress>
</section>
<svg id = "indiaMap" width="1300" height="1300"></svg>
<svg id = "indiaMap" width="1200" height="1200"></svg>
</main>
<script type="text/javascript" src="index.js"></script>

@ -239,9 +239,6 @@ function drawMap(world) {
}
if (d.properties.lang_name == "Maithali") {
rtv += 10;
}
if (d.properties.lang_name == "Konkani") {
rtv -= 15;
}
return rtv
}

Loading…
Cancel
Save