💄 fix: improve contrast on code within links on hover

Fixes #106.
This commit is contained in:
welpo 2023-08-11 14:03:39 +02:00
parent 4952ce88f1
commit f8891dba2c
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

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