mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
Fix hover underlines on links containing <code>
This commit is contained in:
parent
3c097f65af
commit
f0183d2f24
@ -197,6 +197,10 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover code {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user