Add styling to link titles.
This commit is contained in:
parent
5a9fbfb253
commit
cf524ecee4
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user