readd hover border on help links

This commit is contained in:
Corwin 2024-04-09 02:38:22 +01:00
parent 73d4346964
commit bbdcdfeb95
No known key found for this signature in database

View file

@ -20,6 +20,10 @@ const ExternalLink = styled.a`
border: solid #fad288 2px;
border-radius: 5px;
padding: 5px 10px;
&:hover {
border: solid black 2px;
}
`;
const HelpLinks = styled.div`