Change font size of legend

This commit is contained in:
Prayag
2020-12-11 21:25:09 +05:30
committed by GitHub
parent 2162b79309
commit b987503f86

View File

@@ -302,6 +302,9 @@
border: 1px solid #333333;
border-radius: 10px;
}
legend {
font-size: 135%;
}
</style>
</div>
</body>