mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
underline links when hovering
This commit is contained in:
parent
0c954b31c5
commit
69e7666928
1 changed files with 4 additions and 0 deletions
|
|
@ -115,6 +115,10 @@ pre.text-wrap > div > :last-child {
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
pre a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue