💄 fix: improve contrast on `code` within links on hover

Fixes #106.
main
welpo 2 years ago
parent 4952ce88f1
commit f8891dba2c
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -37,6 +37,10 @@ code {
} }
} }
a:hover code {
background-color: inherit;
}
pre { pre {
overflow: hidden; overflow: hidden;
position: relative; position: relative;

Loading…
Cancel
Save