Add styling to link titles.

This commit is contained in:
Sergio Martínez Portela 2022-08-19 19:36:32 +02:00
parent 5a9fbfb253
commit cf524ecee4

View File

@ -7,6 +7,12 @@
<script type='text/javascript'> <script type='text/javascript'>
var NODE_GRAPH=<!-- REPLACE_THIS_WITH_GRAPH -->; var NODE_GRAPH=<!-- REPLACE_THIS_WITH_GRAPH -->;
</script> </script>
<style>
text {
font-family: sans-serif;
font-size: 10px;
}
</style>
<script> <script>
// Copyright 2021 Observable, Inc. // Copyright 2021 Observable, Inc.
// Released under the ISC license. // Released under the ISC license.