💄 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

View File

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