fix: fixed combined <a> and <code> tags

This commit is contained in:
zaaarf 2023-12-29 17:39:02 +01:00
parent fd148ee1f7
commit ed1304f308
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -18,3 +18,7 @@ div code {
p code, li code {
background-color: var(--codeLineColor);
}
a:hover code {
background-color: var(--linkColor);
}