fix some CSS problems

The current site doesn't handle highlighting code links properly
vite
Bradlee Speice 2023-04-22 03:13:35 +00:00
parent b2ff9535c9
commit c32052e9e1
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ a > code {
}
a:hover,
a:hover > code,
a > code:hover {
color: var(--color-primary-highlight);
background-color: var(--color-secondary-highlight);