underline links when hovering

This commit is contained in:
liamcottle 2024-12-12 23:58:21 +13:00
commit 69e7666928

View file

@ -115,6 +115,10 @@ pre.text-wrap > div > :last-child {
white-space: pre-wrap;
}
pre a:hover {
text-decoration: underline;
}
</style>
<script>